The arguments to the event dispatcher are backwards compared to expected (some BC code in Symfony is allowing it for now): ` $this->eventDispatcher->dispatch(GroupCreationEventInterface::EVENT_NAME, $event); ` 3:55 that’s in several places (the reversed arguments) (edited)
The arguments to the event dispatcher are backwards compared to expected (some BC code in Symfony is allowing it for now):
$this->eventDispatcher->dispatch(GroupCreationEventInterface::EVENT_NAME, $event);3:55
that’s in several places (the reversed arguments) (edited)