| Total Complexity | 4 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 19 | class ConfigSyncSubscriber implements EventSubscriberInterface  | 
            ||
| 20 | { | 
            ||
| 21 | private Manager $manager;  | 
            ||
| 22 | |||
| 23 | public function __construct(Manager $manager)  | 
            ||
| 24 |     { | 
            ||
| 25 | $this->manager = $manager;  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | public static function getSubscribedEvents(): array  | 
            ||
| 32 | ];  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | public function onPostUpdate(GenericEvent $event): void  | 
            ||
| 46 |