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 8a9a52c commit 5fc47d6Copy full SHA for 5fc47d6
Debug/TraceableEventDispatcher.php
@@ -348,7 +348,6 @@ private function getListenersWithPriority(): array
348
$result = [];
349
350
$allListeners = new \ReflectionProperty(EventDispatcher::class, 'listeners');
351
- $allListeners->setAccessible(true);
352
353
foreach ($allListeners->getValue($this->dispatcher) as $eventName => $listenersByPriority) {
354
foreach ($listenersByPriority as $priority => $listeners) {
0 commit comments