Skip to content

Commit 228e86a

Browse files
committed
Apply fixes from StyleCI
1 parent 1fea48b commit 228e86a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Events/Dispatcher.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ protected function parseClassCallable($listener)
552552
*
553553
* @param class-string $class
554554
* @return bool
555+
*
555556
* @phpstan-assert-if-true \Illuminate\Contracts\Queue\ShouldQueue $class
556557
*/
557558
protected function handlerShouldBeQueued($class)
@@ -669,6 +670,7 @@ protected function queueHandler($class, $method, $arguments)
669670
* Create the listener and job for a queued listener.
670671
*
671672
* @template TListener
673+
*
672674
* @param class-string<TListener> $class
673675
* @param string $method
674676
* @param array $arguments
@@ -806,6 +808,7 @@ public function setTransactionManagerResolver(callable $resolver)
806808
* Execute the given callback while deferring events, then dispatch all deferred events.
807809
*
808810
* @template TResult
811+
*
809812
* @param callable(): TResult $callback
810813
* @param string[]|null $events
811814
* @return TResult

0 commit comments

Comments
 (0)