Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19134c0

Browse filesBrowse files
authored
[EventDispatcher] cleanup
1 parent 4f94b17 commit 19134c0
Copy full SHA for 19134c0

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@ private function postProcess($eventName)
290290
if (null !== $this->logger) {
291291
$this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
292292
}
293-
294-
if (!isset($this->called[$eventName])) {
295-
$this->called[$eventName] = new \SplObjectStorage();
296-
}
297293
} else {
298294
$this->callStack->detach($listener);
299295
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.