8000 [HttpKernel] Do not extend the new SF 4.3 ControllerEvent so we can make it final by Tobion · Pull Request #33282 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[HttpKernel] Do not extend the new SF 4.3 ControllerEvent so we can make it final #33282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Do not extend the new SF 4.3 ControllerEvent so we can make it final
  • Loading branch information
Tobion committed Aug 21, 2019
commit 00140b6a7ccd53d63db538af24803c9c0243af1e
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* @deprecated since Symfony 4.3, use ControllerArgumentsEvent instead
*/
class FilterControllerArgumentsEvent extends ControllerEvent
class FilterControllerArgumentsEvent extends FilterControllerEvent
{
private $arguments;

Expand Down
0