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