Completed
Push — master ( 6629c2...9cd779 )
by Greg
02:34
created
src/Common/IO.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         return $result ?: $this->parentOutput();
46 46
     }
47 47
 
48
+    /**
49
+     * @return InputInterface
50
+     */
48 51
     protected function input()
49 52
     {
50 53
         $result = null;
Please login to merge, or discard this patch.