Completed
Pull Request — master (#8)
by Tobias
15:27 queued 07:58
created
Command/ExtractCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,6 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param array $configuration
68 67
      *
69 68
      * @return Finder
70 69
      */
Please login to merge, or discard this patch.
Storage/FileStorage.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,6 +96,7 @@  discard block
 block discarded – undo
96 96
      *
97 97
      * @param MessageCatalogue $catalogue
98 98
      * @param string           $domain
99
+     * @param string $locale
99 100
      */
100 101
     private function writeCatalogue(MessageCatalogue $catalogue, $locale, $domain)
101 102
     {
@@ -124,7 +125,7 @@  discard block
 block discarded – undo
124 125
      * Load catalogue from files.
125 126
      *
126 127
      * @param $locale
127
-     * @param array $dirs
128
+     * @param string[] $dirs
128 129
      */
129 130
     private function loadCatalogue($locale, array $dirs)
130 131
     {
Please login to merge, or discard this patch.
Controller/WebUIController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
 
201 201
     /**
202 202
      * @param Request $request
203
-     * @param array $validationGroups
203
+     * @param string[] $validationGroups
204 204
      *
205 205
      * @return GuiMessageRepresentation
206 206
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Symfony\Component\HttpFoundation\Request;
16 16
 use Symfony\Component\HttpFoundation\Response;
17 17
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
18
-use Symfony\Component\HttpKernel\Exception\HttpException;
19 18
 use Symfony\Component\Intl\Intl;
20 19
 use Symfony\Component\Translation\MessageCatalogue;
21 20
 use Symfony\Component\Translation\Translator;
Please login to merge, or discard this patch.