Skip to content

Commit ae613a8

Browse files
minor #50594 [DoctrineBridge] Remove (wrong) PHPDoc on ContainerAwareEventManager (alexandre-daubois)
This PR was merged into the 6.3 branch. Discussion ---------- [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager` | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - This PR is a follow-up of the following discussion: symfony/symfony#50575 (comment) Commits ------- d65db4073b [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`
2 parents 9fa2427 + ca77af7 commit ae613a8

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)