Skip to content

Commit c81848f

Browse files
committed
Allow null value on the contract
1 parent 06b359a commit c81848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Contracts/StackableJob.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ public function getHaystackBaleRetryUntil(): ?int;
132132
/**
133133
* Set the haystack bale retry-until.
134134
*/
135-
public function setHaystackBaleRetryUntil(int $retryUntil): static;
135+
public function setHaystackBaleRetryUntil(?int $retryUntil): static;
136136
}

0 commit comments

Comments
 (0)