This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Fabien Potencier c0f0b8a1b5 bug #33513 [Console] Use correct EventDispatcherInterface (derrabus)
This PR was merged into the 5.0-dev branch.

Discussion
----------

[Console] Use correct EventDispatcherInterface

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

The parameter type declaration of `Symfony\Component\Console\Application::setDispatcher()` was announced to be changed to the contracts' `EventDispatcherInterface`, but in fact we're still referencing the component's interface there.

Commits
-------

5ccb472623 [Console] Use correct EventDispatcherInterface.
2019-09-10 12:11:04 +02:00
..
Bridge remove legacy code from STDIN commands 2019-09-08 22:38:25 -04:00
Bundle Merge branch '4.4' 2019-09-08 22:44:36 +02:00
Component bug #33513 [Console] Use correct EventDispatcherInterface (derrabus) 2019-09-10 12:11:04 +02:00
Contracts Merge branch '4.3' into 4.4 2019-09-03 23:44:11 +02:00