Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class Dispatcher implements EventDispatcherInterface |
||
12 | { |
||
13 | private ListenerProviderInterface $listenerProvider; |
||
14 | |||
15 | public function __construct(ListenerProviderInterface $listenerProvider) |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @return Observable |
||
22 | * |
||
23 | * @inheritDoc |
||
24 | */ |
||
25 | public function dispatch(object $event) |
||
41 |