| 1 | <?php |
||
| 10 | class AdminSubscriber implements EventSubscriberInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var AdminFactory |
||
| 14 | */ |
||
| 15 | protected $adminFactory; |
||
| 16 | |||
| 17 | public static function getSubscribedEvents() |
||
| 23 | |||
| 24 | public function __construct(AdminFactory $adminFactory) |
||
| 28 | |||
| 29 | public function kernelRequest(KernelEvent $event) |
||
| 34 | } |
||
| 35 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.