@@ -199,7 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * @param Request $request |
| 202 | - * @param array $validationGroups |
|
| 202 | + * @param string[] $validationGroups |
|
| 203 | 203 | * |
| 204 | 204 | * @return GuiMessageRepresentation |
| 205 | 205 | */ |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * @param Finder $finder |
| 43 | - * @param MessageCatalogue[] $catalogue |
|
| 43 | + * @param MessageCatalogue[] $catalogues |
|
| 44 | 44 | * @param array $config { |
| 45 | 45 | * |
| 46 | 46 | * @var array $blacklist_domains Blacklist the domains we should exclude. Cannot be used with whitelist. |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | * @param MessageCatalogue $catalogue |
| 123 | 123 | * @param $sourceLocation |
| 124 | 124 | * @param $domain |
| 125 | - * @param $type |
|
| 125 | + * @param string $type |
|
| 126 | 126 | * @param $value |
| 127 | 127 | */ |
| 128 | 128 | private function addMetadata(MessageCatalogue $catalogue, $key, $domain, $type, $value) |
@@ -40,7 +40,6 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * @param string $defaultLocale |
| 42 | 42 | * @param TranslatorInterface $symfonyTranslator |
| 43 | - * @param Translator $translatorService |
|
| 44 | 43 | */ |
| 45 | 44 | public function __construct($defaultLocale, TranslatorInterface $symfonyTranslator, Translator $externalTranslator) |
| 46 | 45 | { |
@@ -216,7 +216,7 @@ |
||
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /** |
| 219 | - * @param Storage $remoteStorages |
|
| 219 | + * @param Storage $remoteStorage |
|
| 220 | 220 | * |
| 221 | 221 | * @return StorageService |
| 222 | 222 | */ |
@@ -199,7 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * @param Request $request |
| 202 | - * @param array $validationGroups |
|
| 202 | + * @param string[] $validationGroups |
|
| 203 | 203 | * |
| 204 | 204 | * @return GuiMessageRepresentation |
| 205 | 205 | */ |
@@ -69,7 +69,6 @@ |
||
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | - * @param Configuration $configuration |
|
| 73 | 72 | * |
| 74 | 73 | * @return Finder |
| 75 | 74 | */ |