Symfony 3.4.49: Argument 2 passed to FilterControllerEvent::__construct() must be callable, array given

revision 20b62868a8b910d17e8236abbf313cc8c70e3cca

raw

README.rst

Error

> Type error: Argument 2 passed to SymfonyComponentHttpKernelEventFilterControllerEvent::__construct() must be callable, array given, called in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 138

Solution

Controller method was missing Action suffix.

History