| Total Complexity | 4 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 10 | class CommentEventSubscriber implements EventSubscriberInterface  | 
            ||
| 11 | { | 
            ||
| 12 | public const COMMENT_BODY = 'test-event-subscriber';  | 
            ||
| 13 | public const NEW_COMMENT_BODY = 'new body subscriber';  | 
            ||
| 14 | |||
| 15 | public function getSubscribedEvents(): array  | 
            ||
| 18 | }  | 
            ||
| 19 | |||
| 20 | public function prePersist(LifecycleEventArgs $event): void  | 
            ||
| 32 |