We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65ce0 commit 55ab0c1Copy full SHA for 55ab0c1
src/Illuminate/Database/Concerns/ManagesTransactions.php
@@ -79,7 +79,7 @@ public function transaction(Closure $callback, $attempts = 1, ?Closure $onFailur
79
* @param \Throwable $e
80
* @param int $currentAttempt
81
* @param int $maxAttempts
82
- * @param Closure|null $onFailure
+ * @param Closure|null $onFailure
83
* @return void
84
*
85
* @throws \Throwable
0 commit comments