You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
2196x: Calling the Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch() method with a string event name as the first argument is deprecated in drupal:9.1.0, an Event object will be required instead in drupal:10.0.0. See https://www.drupal.org/node/3154407
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 text was updated successfully, but these errors were encountered: