Skip to content

Commit f09ce6c

Browse files
committed
SA fix
1 parent 1e29ec3 commit f09ce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testHandleCliException(): void
113113
$this->errorHandler->exceptionHandler($this->exception);
114114

115115
\fseek($memoryStream, 0);
116-
$output = (string) \stream_get_contents($memoryStream);
116+
$output = \stream_get_contents($memoryStream);
117117
self::assertStringContainsString($this->exception->getMessage(), $output);
118118
}
119119

0 commit comments

Comments
 (0)