We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8a42f commit 410e987Copy full SHA for 410e987
src/DataCollector/EventCollector.php
@@ -27,7 +27,7 @@ public function onWildcardEvent()
27
public function subscribe(Dispatcher $events)
28
{
29
$this->events = $events;
30
- $events->listen('*', [$this, 'onWildcardEvent']);
+ $events->listen('*', array($this, 'onWildcardEvent'));
31
}
32
33
protected function getCurrentEvent($args)
0 commit comments