8000
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 4f94b17 commit 19134c0Copy full SHA for 19134c0
src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
@@ -290,10 +290,6 @@ private function postProcess($eventName)
290
if (null !== $this->logger) {
291
$this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
292
}
293
-
294
- if (!isset($this->called[$eventName])) {
295
- $this->called[$eventName] = new \SplObjectStorage();
296
- }
297
} else {
298
$this->callStack->detach($listener);
299
0 commit comments