Skip to content

Commit

Permalink
[Hackday] [2.7] Add a deprecation note about RegisterListenersPass
Browse files Browse the repository at this point in the history
  • Loading branch information
jzawadzki authored and fabpot committed Nov 29, 2014
1 parent d277c16 commit 9938179
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Component\HttpKernel\DependencyInjection;

trigger_error('Class "Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass" is deprecated since 2.5 and will be removed in 3.0. Use "Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass" instead.', E_USER_DEPRECATED);

use Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass as BaseRegisterListenersPass;

/**
Expand Down

0 comments on commit 9938179

Please sign in to comment.