From 5b6b9f3bcedd0d2d23f8af76554bcc9bad763edf Mon Sep 17 00:00:00 2001 From: Slava Abakumov Date: Sun, 18 Apr 2021 23:23:32 +0300 Subject: [PATCH] Typo fix in Bus::hasFinallyCallbacks() docblock --- src/Illuminate/Bus/Batch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Bus/Batch.php b/src/Illuminate/Bus/Batch.php index cac16e1e9f51..58c453d872da 100644 --- a/src/Illuminate/Bus/Batch.php +++ b/src/Illuminate/Bus/Batch.php @@ -368,7 +368,7 @@ public function hasCatchCallbacks() } /** - * Determine if the batch has "then" callbacks. + * Determine if the batch has "finally" callbacks. * * @return bool */