Skip to content

Commit a0d69a9

Browse files
authored
github web editor don't fuck up indentation, challenge impossible
1 parent e8ec81d commit a0d69a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/AsyncEvent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ final public function call() : Promise{
7676

7777
/**
7878
* @param AsyncRegisteredListener[] $handlers
79-
* @phpstan-param list<AsyncRegisteredListener> $handlers
79+
* @phpstan-param list<AsyncRegisteredListener> $handlers
8080
* @phpstan-param \Closure() : void $resolve
8181
* @phpstan-param \Closure() : void $reject
8282
*/

0 commit comments

Comments
 (0)