Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 46244e8

Browse files
committed
Remove obsolete comment
1 parent 17d7398 commit 46244e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Controller/Plugin/Forward.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ protected function detachProblemListeners(SharedEvents $sharedEvents)
197197

198198
foreach ($classArray as $class) {
199199
if ($currentCallback instanceof $class) {
200-
// Pass $currentEvent; when using zend-eventmanager v2,
201-
// this is the CallbackHandler, while in v3 it's
202-
// the actual listener.
203200
$this->detachSharedListener($id, $currentEvent, $sharedEvents);
204201
$results[$id][$eventName][$priority] = $currentEvent;
205202
}

0 commit comments

Comments
 (0)