Completed
Pull Request — master (#601)
by
unknown
02:29
created
Command/DocumentGenerateCommand.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
      *
230 230
      * @param InputInterface  $input
231 231
      * @param OutputInterface $output
232
-     * @param mixed           $default
232
+     * @param string           $default
233 233
      *
234 234
      * @return string
235 235
      */
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
      *
313 313
      * @param string $shortcut
314 314
      *
315
-     * @return array
315
+     * @return string[]
316 316
      * @throws \InvalidArgumentException
317 317
      */
318 318
     private function parseShortcutNotation($shortcut)
@@ -483,7 +483,7 @@  discard block
 block discarded – undo
483 483
      * @param array  $options
484 484
      * @param string $suffix
485 485
      *
486
-     * @return array
486
+     * @return string[]
487 487
      */
488 488
     private function getOptionsLabel(array $options, $suffix)
489 489
     {
@@ -530,7 +530,7 @@  discard block
 block discarded – undo
530 530
     /**
531 531
      * Returns property annotations
532 532
      *
533
-     * @return array
533
+     * @return string[]
534 534
      */
535 535
     private function getPropertyAnnotations()
536 536
     {
@@ -540,7 +540,7 @@  discard block
 block discarded – undo
540 540
     /**
541 541
      * Returns document annotations
542 542
      *
543
-     * @return array
543
+     * @return string[]
544 544
      */
545 545
     private function getDocumentAnnotations()
546 546
     {
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
     /**
551 551
      * Returns reserved keywords
552 552
      *
553
-     * @return array
553
+     * @return string[]
554 554
      */
555 555
     private function getReservedKeywords()
556 556
     {
Please login to merge, or discard this patch.