Completed
Pull Request — master (#342)
by Piotr
61:42
created
Command/CKEditorInstallerCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
     }
250 250
 
251 251
     /**
252
-     * @param string|string[] $message
252
+     * @param string $message
253 253
      * @param OutputInterface $output
254 254
      */
255 255
     private function comment($message, OutputInterface $output)
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
     }
298 298
 
299 299
     /**
300
-     * @param string|string[] $question
300
+     * @param string[] $question
301 301
      * @param string[]        $choices
302 302
      * @param string          $default
303 303
      * @param InputInterface  $input
Please login to merge, or discard this patch.
Renderer/CKEditorRenderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Ivory\JsonBuilder\JsonBuilder;
15 15
 use Symfony\Component\Asset\Packages;
16
-use Symfony\Component\HttpFoundation\Request;
17 16
 use Symfony\Component\HttpFoundation\RequestStack;
18 17
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
19 18
 use Symfony\Component\Routing\RouterInterface;
Please login to merge, or discard this patch.