Skip to content

Commit 215d89e

Browse files
authored
Nullable failed method (#9445)
1 parent be334c7 commit 215d89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ When a particular job fails, you may want to send an alert to your users or reve
18971897
/**
18981898
* Handle a job failure.
18991899
*/
1900-
public function failed(Throwable $exception): void
1900+
public function failed(?Throwable $exception): void
19011901
{
19021902
// Send user notification of failure, etc...
19031903
}

0 commit comments

Comments
 (0)