@@ -20,7 +20,6 @@ discard block |
||
| 20 | 20 | /** |
| 21 | 21 | * __construct. |
| 22 | 22 | * |
| 23 | - * @param Symfony\Component\HttpKernel\Config\FileLocator $fileLocator |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct(ContainerInterface $container) |
| 26 | 25 | { |
@@ -32,7 +31,7 @@ discard block |
||
| 32 | 31 | /** |
| 33 | 32 | * onKernelController. |
| 34 | 33 | * |
| 35 | - * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event |
|
| 34 | + * @param FilterControllerEvent $event |
|
| 36 | 35 | */ |
| 37 | 36 | public function onKernelController(FilterControllerEvent $event) |
| 38 | 37 | { |
@@ -122,7 +121,7 @@ discard block |
||
| 122 | 121 | /** |
| 123 | 122 | * Return generated request. |
| 124 | 123 | * |
| 125 | - * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event |
|
| 124 | + * @param FilterControllerEvent $event |
|
| 126 | 125 | * |
| 127 | 126 | * @return Symfony\Component\HttpFoundation\Request; |
| 128 | 127 | */ |