1 | <?php |
||
22 | class FileSystemSubscriber implements EventSubscriberInterface |
||
23 | { |
||
24 | /** |
||
25 | * @return array |
||
26 | */ |
||
27 | public static function getSubscribedEvents() |
||
34 | |||
35 | /** |
||
36 | * @param FileSystemEvent $fileSystemEvent |
||
37 | */ |
||
38 | public function onFileSystemSet(FileSystemEvent $fileSystemEvent) |
||
42 | |||
43 | /** |
||
44 | * @param FileSystemEvent $fileSystemEvent |
||
45 | */ |
||
46 | public function onFileSystemGet(FileSystemEvent $fileSystemEvent) |
||
50 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.