phpsocket.io icon indicating copy to clipboard operation
phpsocket.io copied to clipboard

Event manager getName() deprecated since 2.4

Open dharmphp opened this issue 10 years ago • 0 comments

Since I did composer update last time, I started getting following error. Looks like Symfony has deprecated few methods in EventDespatcher.

The Symfony\Component\EventDispatcher\Event::getName method is deprecated since version 2.4 and will be removed in 3.0. The event name can be received in the listener call instead.

dharmphp avatar Jun 03 '15 11:06 dharmphp