Skip to content

Commit 81eaca5

Browse files
committed
Fix param description in ErrorListener constructor
1 parent ed66076 commit 81eaca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
class ErrorListener implements EventSubscriberInterface
3535
{
3636
/**
37-
* @param array<class-string, array{log_level: string|null, status_code: int<100,599>|null}, log_channel: string|null> $exceptionsMapping
37+
* @param array<class-string, array{log_level: string|null, status_code: int<100,599>|null, log_channel: string|null}> $exceptionsMapping
3838
*/
3939
public function __construct(
4040
protected string|object|array|null $controller,

0 commit comments

Comments
 (0)