| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 9 | final class ConsoleBufferedOutput extends ConsoleOutput |
||
| 10 | { |
||
| 11 | private string $buffer = ''; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Returns buffer content optionally clearing it. |
||
| 15 | */ |
||
| 16 | 4 | public function fetch(bool $clearBuffer = false): string |
|
| 25 | } |
||
| 26 | |||
| 27 | 2 | protected function doWrite(string $message, bool $newline): void |
|
| 38 |