@@ -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 | { |
@@ -22,6 +22,7 @@ discard block |
||
22 | 22 | { |
23 | 23 | /** |
24 | 24 | * {@inheritdoc} |
25 | + * @param string $exception |
|
25 | 26 | */ |
26 | 27 | public function expectException($exception, $message = '', $code = null) |
27 | 28 | { |
@@ -42,6 +43,8 @@ discard block |
||
42 | 43 | |
43 | 44 | /** |
44 | 45 | * {@inheritdoc} |
46 | + * @param string $originalClassName |
|
47 | + * @return \Sonata\SeoBundle\Seo\SeoPageInterface |
|
45 | 48 | */ |
46 | 49 | protected function createMock($originalClassName) |
47 | 50 | { |