@@ -138,6 +138,9 @@ discard block |
||
| 138 | 138 | } |
| 139 | 139 | } |
| 140 | 140 | |
| 141 | + /** |
|
| 142 | + * @param boolean $isObject |
|
| 143 | + */ |
|
| 141 | 144 | private function processStack(\Generator $generator, $isObject) |
| 142 | 145 | { |
| 143 | 146 | if ($isObject) { |
@@ -252,6 +255,9 @@ discard block |
||
| 252 | 255 | $this->output($encoded, $token); |
| 253 | 256 | } |
| 254 | 257 | |
| 258 | + /** |
|
| 259 | + * @param string $string |
|
| 260 | + */ |
|
| 255 | 261 | private function outputLine($string, $token) |
| 256 | 262 | { |
| 257 | 263 | $this->output($string, $token); |