Completed
Push — master ( 9bb56c...ef52f6 )
by Greg
01:23
created
src/ProcessBase.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@  discard block
 block discarded – undo
49 49
         return $this->output;
50 50
     }
51 51
 
52
+    /**
53
+     * @return OutputInterface
54
+     */
52 55
     protected function realtimeStderr()
53 56
     {
54 57
         if ($this->stderr) {
@@ -164,7 +167,7 @@  discard block
 block discarded – undo
164 167
     /**
165 168
      * Return a realTime output object.
166 169
      *
167
-     * @return callable
170
+     * @return RealtimeOutputHandler
168 171
      */
169 172
     public function showRealtime()
170 173
     {
Please login to merge, or discard this patch.