Completed
Push — dev ( 122982...5e45c8 )
by Zach
02:18
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.
src/Kernel.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * Handle an incoming console command.
40
+     * @param \Symfony\Component\Console\Input\ArrayInput $input
40 41
      */
41 42
     public function handle($input = null, $output = null)
42 43
     {
Please login to merge, or discard this patch.