Skip to content

Commit 55ab0c1

Browse files
committed
Apply fixes from StyleCI
1 parent 7d65ce0 commit 55ab0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Concerns/ManagesTransactions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function transaction(Closure $callback, $attempts = 1, ?Closure $onFailur
7979
* @param \Throwable $e
8080
* @param int $currentAttempt
8181
* @param int $maxAttempts
82-
* @param Closure|null $onFailure
82+
* @param Closure|null $onFailure
8383
* @return void
8484
*
8585
* @throws \Throwable

0 commit comments

Comments
 (0)