Skip to content

Commit f7a2a3d

Browse files
committed
Fix ConsoleListener.php for newer symfony version
1 parent 2f4cc2d commit f7a2a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/KdybyTests/Console/data/ConsoleListener.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class ConsoleListener implements \Kdyby\Events\Subscriber
2424
public function getSubscribedEvents()
2525
{
2626
return [
27-
ConsoleEvents::COMMAND,
28-
ConsoleEvents::TERMINATE,
27+
ConsoleEvents::COMMAND => 'command',
28+
ConsoleEvents::TERMINATE => 'terminate',
2929
];
3030
}
3131

0 commit comments

Comments
 (0)