8000 Do not extend the new SF 4.3 ControllerEvent so we can make it final · symfony/symfony@00140b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00140b6

Browse files
committed
Do not extend the new SF 4.3 ControllerEvent so we can make it final
1 parent 58439e3 commit 00140b6

File tree

Expand file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @deprecated since Symfony 4.3, use ControllerArgumentsEvent instead
1919
*/
20-
class FilterControllerArgumentsEvent extends ControllerEvent
20+
class FilterControllerArgumentsEvent extends FilterControllerEvent
2121
{
2222
private $arguments;
2323

0 commit comments

Comments
 (0)
0