8000 minor #50594 [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwar… · symfony/symfony@26147ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 26147ce

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: #50575 (comment) Commits ------- d65db40 [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`
2 parents 9f9edf6 + d65db40 commit 26147ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php

-3
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)
0