Completed
Push — master ( edb286...754a73 )
by Maximilian
18:28
created
src/Command/CKEditorInstallerCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
     }
255 255
 
256 256
     /**
257
-     * @param string|string[] $message
257
+     * @param string $message
258 258
      * @param OutputInterface $output
259 259
      */
260 260
     private function comment($message, OutputInterface $output)
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     }
312 312
 
313 313
     /**
314
-     * @param string|string[] $question
314
+     * @param string[] $question
315 315
      * @param string[]        $choices
316 316
      * @param string          $default
317 317
      * @param InputInterface  $input
Please login to merge, or discard this patch.