github web editor don't fuck up indentation, challenge impossible

This commit is contained in:
Dylan T. 2024-11-29 14:13:25 +00:00 committed by GitHub
parent e8ec81d123
commit a0d69a9fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ abstract class AsyncEvent{
/**
* @param AsyncRegisteredListener[] $handlers
* @phpstan-param list<AsyncRegisteredListener> $handlers
* @phpstan-param list<AsyncRegisteredListener> $handlers
* @phpstan-param \Closure() : void $resolve
* @phpstan-param \Closure() : void $reject
*/