@@ -34,7 +34,7 @@ |
||
34 | 34 | protected $adminRouteHelper; |
35 | 35 | |
36 | 36 | /** |
37 | - * @param ContainerInterface|string $multilanguage |
|
37 | + * @param \PHPUnit_Framework_MockObject_MockObject $multilanguage |
|
38 | 38 | */ |
39 | 39 | public function __construct(/*ContainerInterface|string*/ $multilanguage, $defaultLocale = null, $requiredLocales = null, AdminRouteHelper $adminRouteHelper = null, EntityManagerInterface $em = null, array $hosts = null) |
40 | 40 | { |