| 1 | <?php  | 
            ||
| 15 | class MessagesMappingSubscriber implements EventSubscriber  | 
            ||
| 16 | { | 
            ||
| 17 | public function getSubscribedEvents()  | 
            ||
| 24 | |||
| 25 | public function onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $event)  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 26 |     { | 
            ||
| 27 | }  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @para  | 
            ||
| 31 | */  | 
            ||
| 32 | public function loadClassMetadata(LoadClassMetadataEventArgs $eventArgs)  | 
            ||
| 35 | }  | 
            ||
| 36 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.