We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f386f commit 907e556Copy full SHA for 907e556
src/Concern/FormatOutputAwareTrait.php
@@ -32,7 +32,7 @@ public function write($messages, $nl = true, $quit = false, array $opts = []): i
32
{
33
return Console::write($messages, $nl, $quit, array_merge([
34
'flush' => true,
35
- 'stream' => $this->outputStream,
+ 'stream' => $this->getOutputStream(),
36
], $opts));
37
}
38
0 commit comments