| Total Complexity | 5 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 16 | final class TesterEventDispatcher implements EventDispatcherInterface  | 
            ||
| 17 | { | 
            ||
| 18 | private ListenerProviderInterface $listenerProvider;  | 
            ||
| 19 | |||
| 20 | public function __construct(ListenerProviderInterface $listenerProvider)  | 
            ||
| 23 | 1 | }  | 
            |
| 24 | |||
| 25 | /**  | 
            ||
| 26 | * @template T of object  | 
            ||
| 27 | * @param T $event  | 
            ||
| 28 | * @return T  | 
            ||
| 29 | */  | 
            ||
| 30 | public function dispatch(object $event): object  | 
            ||
| 42 |