| @@ -146,7 +146,7 @@ | ||
| 146 | 146 | /** | 
| 147 | 147 | * Returns supported API parameters from settings. | 
| 148 | 148 | * | 
| 149 | - * @return array | |
| 149 | + * @return string[] | |
| 150 | 150 | */ | 
| 151 | 151 | protected function getSupportedApiParams() | 
| 152 | 152 |      { | 
| @@ -111,7 +111,7 @@ | ||
| 111 | 111 | * | 
| 112 | 112 | * @param array $config | 
| 113 | 113 | * | 
| 114 | - * @return array | |
| 114 | + * @return ContainerBuilder | |
| 115 | 115 | */ | 
| 116 | 116 | protected function fixConfiguration(array $config) | 
| 117 | 117 |      { | 
| @@ -208,7 +208,7 @@ | ||
| 208 | 208 | /** | 
| 209 | 209 | * @param string $string | 
| 210 | 210 | * | 
| 211 | - * @return mixed | |
| 211 | + * @return string | |
| 212 | 212 | */ | 
| 213 | 213 | private function normalize($string) | 
| 214 | 214 |      { | 
| @@ -20,7 +20,7 @@ discard block | ||
| 20 | 20 | /** | 
| 21 | 21 | * __construct. | 
| 22 | 22 | * | 
| 23 | - * @param Symfony\Component\DependencyInjection\ContainerInterface $container | |
| 23 | + * @param ContainerInterface $container | |
| 24 | 24 | */ | 
| 25 | 25 | public function __construct(ContainerInterface $container) | 
| 26 | 26 |      { | 
| @@ -32,7 +32,7 @@ discard block | ||
| 32 | 32 | /** | 
| 33 | 33 | * onKernelController. | 
| 34 | 34 | * | 
| 35 | - * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event | |
| 35 | + * @param FilterControllerEvent $event | |
| 36 | 36 | */ | 
| 37 | 37 | public function onKernelController(FilterControllerEvent $event) | 
| 38 | 38 |      { | 
| @@ -122,7 +122,7 @@ discard block | ||
| 122 | 122 | /** | 
| 123 | 123 | * Return generated request. | 
| 124 | 124 | * | 
| 125 | - * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event | |
| 125 | + * @param FilterControllerEvent $event | |
| 126 | 126 | * | 
| 127 | 127 | * @return Symfony\Component\HttpFoundation\Request; | 
| 128 | 128 | */ |