@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @return array |
|
66 | + * @return string[] |
|
67 | 67 | */ |
68 | 68 | public function getHosts() |
69 | 69 | { |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | } |
166 | 166 | |
167 | 167 | /** |
168 | - * @param string|int $id |
|
168 | + * @param integer $id |
|
169 | 169 | */ |
170 | 170 | public function getFullHostById($id) |
171 | 171 | { |
@@ -35,6 +35,9 @@ discard block |
||
35 | 35 | |
36 | 36 | /** |
37 | 37 | * @param ContainerInterface|string $multilanguage |
38 | + * @param \PHPUnit\Framework\MockObject\MockObject $requestStack |
|
39 | + * @param string $defaultLocale |
|
40 | + * @param string $requiredLocales |
|
38 | 41 | */ |
39 | 42 | public function __construct(/*ContainerInterface|RequestStack*/ $requestStack, $multilanguage = null, $defaultLocale = null, $requiredLocales = null, AdminRouteHelper $adminRouteHelper = null, EntityManagerInterface $em = null, array $hosts = null) |
40 | 43 | { |
@@ -291,7 +294,7 @@ discard block |
||
291 | 294 | } |
292 | 295 | |
293 | 296 | /** |
294 | - * @param string|int $id |
|
297 | + * @param integer $id |
|
295 | 298 | * |
296 | 299 | * @return array |
297 | 300 | */ |