@@ -50,6 +50,9 @@ discard block |
||
50 | 50 | return $this->output; |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @return \Symfony\Component\Console\Output\OutputInterface |
|
55 | + */ |
|
53 | 56 | protected function realtimeStderr() |
54 | 57 | { |
55 | 58 | if ($this->stderr) { |
@@ -165,7 +168,7 @@ discard block |
||
165 | 168 | /** |
166 | 169 | * Return a realTime output object. |
167 | 170 | * |
168 | - * @return callable |
|
171 | + * @return RealtimeOutputHandler |
|
169 | 172 | */ |
170 | 173 | public function showRealtime() |
171 | 174 | { |
@@ -109,6 +109,8 @@ |
||
109 | 109 | |
110 | 110 | /** |
111 | 111 | * Make sure that every line in $buffer begins with a MARKER_ERR. |
112 | + * @param string $buffer |
|
113 | + * @param string $marker |
|
112 | 114 | */ |
113 | 115 | protected function addMarker($buffer, $marker) |
114 | 116 | { |