@@ -61,7 +61,6 @@ discard block |
||
| 61 | 61 | /** |
| 62 | 62 | * The constructor for this service |
| 63 | 63 | * |
| 64 | - * @param ContainerInterface $container |
|
| 65 | 64 | */ |
| 66 | 65 | public function __construct( |
| 67 | 66 | /* DomainConfigurationInterface */ $domainConfiguration, |
@@ -283,6 +282,7 @@ discard block |
||
| 283 | 282 | } |
| 284 | 283 | |
| 285 | 284 | /** |
| 285 | + * @param string $host |
|
| 286 | 286 | * @return boolean |
| 287 | 287 | */ |
| 288 | 288 | protected function isMultiLanguage($host = null) |