Skip to content

Commit

Permalink
Typo fix in Bus::hasFinallyCallbacks() docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Apr 18, 2021
1 parent 100ed71 commit 5b6b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public function hasCatchCallbacks()
}

/**
* Determine if the batch has "then" callbacks.
* Determine if the batch has "finally" callbacks.
*
* @return bool
*/
Expand Down

0 comments on commit 5b6b9f3

Please sign in to comment.