Completed
Push — master ( e41910...8b07f6 )
by Zach
02:33
created
src/Console/Command.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      *
56 56
      * @param string $key
57 57
      *
58
-     * @return string|array
58
+     * @return string
59 59
      */
60 60
     protected function argument($key = null)
61 61
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      *
84 84
      * @param string $key
85 85
      *
86
-     * @return string|array
86
+     * @return string
87 87
      */
88 88
     protected function option($key = null)
89 89
     {
Please login to merge, or discard this patch.