| Total Complexity | 6 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class PropagateValidFormEventSubscriber implements EventSubscriberInterface |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @inheritDoc |
||
| 16 | */ |
||
| 17 | 2 | public static function getSubscribedEvents(): array |
|
| 21 | ); |
||
| 22 | } |
||
| 23 | |||
| 24 | 2 | public function onFormValid(ValidFormEvent $event) |
|
| 28 | } |
||
| 29 | } |
||
| 30 | |||
| 31 | 2 | private function dispatchOnChildren(FormInterface $form, FormEvent $rootEvent) |
|
| 46 | } |