Skip to content

Commit

Permalink
minor #12645 [Hackday] [2.7] Add a deprecation note about RegisterLis…
Browse files Browse the repository at this point in the history
…tenersPass (jzawadzki)

This PR was squashed before being merged into the 2.7 branch (closes #12645).

Discussion
----------

[Hackday] [2.7] Add a deprecation note about RegisterListenersPass

| Q             | A
| ------------- | ---
| Fixed tickets | #12633
| License       | MIT

Commits
-------

9938179 [Hackday] [2.7] Add a deprecation note about RegisterListenersPass
  • Loading branch information
fabpot committed Nov 29, 2014
2 parents 1774259 + 9938179 commit 4e6b74b
Showing 1 changed file with 2 additions and 0 deletions.
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 4e6b74b

Please sign in to comment.