Completed
Pull Request — master (#8)
by Tobias
15:27 queued 07:58
created
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.