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 1e29ec3 commit f09ce6cCopy full SHA for f09ce6c
tests/ErrorHandlerTest.php
@@ -113,7 +113,7 @@ public function testHandleCliException(): void
113
$this->errorHandler->exceptionHandler($this->exception);
114
115
\fseek($memoryStream, 0);
116
- $output = (string) \stream_get_contents($memoryStream);
+ $output = \stream_get_contents($memoryStream);
117
self::assertStringContainsString($this->exception->getMessage(), $output);
118
}
119
0 commit comments