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