Skip to content

Commit

Permalink
minor #50594 [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwar…
Browse files Browse the repository at this point in the history
…eEventManager` (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`
  • Loading branch information
nicolas-grekas committed Jun 8, 2023
2 parents 9f9edf6 + d65db40 commit 26147ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ public function dispatchEvent($eventName, EventArgs $eventArgs = null): void
}
}

/**
* @return object[][]
*/
public function getListeners($event = null): array
{
if (null === $event) {
Expand Down

0 comments on commit 26147ce

Please sign in to comment.