- Issue created by @mnlund
- Status changed to Needs review
10 months ago 10:26am 15 January 2024
ContainerAwareEventDispatcher::dispatch() in usage_data.module is called with the wrong order of parameters. We get this error message:
TypeError: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /var/www/html/web/modules/contrib/usage_data/usage_data.module on line 128 in Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (line 89 of core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php).
Needs review
1.0
Code