Completed
Push — master ( 3164b9...6629c2 )
by Greg
02:30
created
src/Common/IO.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return $output;
56 56
     }
57 57
 
58
+    /**
59
+     * @return InputInterface
60
+     */
58 61
     protected function input()
59 62
     {
60 63
         $result = null;
Please login to merge, or discard this patch.