Completed
Pull Request — master (#350)
by
unknown
60:41
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.