@@ -62,7 +62,6 @@ discard block |
||
62 | 62 | /** |
63 | 63 | * The constructor for this service |
64 | 64 | * |
65 | - * @param ContainerInterface $container |
|
66 | 65 | */ |
67 | 66 | public function __construct( |
68 | 67 | /* DomainConfigurationInterface */ |
@@ -282,6 +281,7 @@ discard block |
||
282 | 281 | } |
283 | 282 | |
284 | 283 | /** |
284 | + * @param string $host |
|
285 | 285 | * @return bool |
286 | 286 | */ |
287 | 287 | protected function isMultiLanguage($host = null) |
@@ -29,6 +29,10 @@ |
||
29 | 29 | /** @var array */ |
30 | 30 | private $entityChangeSet; |
31 | 31 | |
32 | + /** |
|
33 | + * @param \PHPUnit\Framework\MockObject\MockObject $nodePagesConfiguration |
|
34 | + * @param \PHPUnit\Framework\MockObject\MockObject $em |
|
35 | + */ |
|
32 | 36 | public function __construct(/* NodePagesConfiguration */ |
33 | 37 | $nodePagesConfiguration, /* EntityManagerInterface */ |
34 | 38 | $em = null |