Skip to content

Commit 828b037

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Cache] Fix RedisTrait::createConnection for cluster [Notifier] Add docs about updating Slack messages [FrameworkBundle] Show non-bundle extensions in `debug:config` & `config:dump` list view & completion widen return type for Monolog 3 compatibility [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager` [FrameworkBundle] Fix `debug:config` & `config:dump` in debug mode
2 parents 6aa4cb6 + ae613a8 commit 828b037

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ContainerAwareEventManager.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ public function dispatchEvent($eventName, EventArgs $eventArgs = null): void
6363
}
6464
}
6565

66-
/**
67-
* @return object[][]
68-
*/
6966
public function getListeners($event = null): array
7067
{
7168
if (null === $event) {

0 commit comments

Comments
 (0)