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.
2 parents 5576e6a + 4857abb commit 226e61bCopy full SHA for 226e61b
1 file changed
src/View/View.php
@@ -28,6 +28,6 @@ protected function write(string $line): void
28
*/
29
protected function stream()
30
{
31
- return static::$stream ??= fopen('php://stderr', 'wb');
+ return static::$stream ??= fopen($this->streamName, 'wb');
32
}
33
0 commit comments