mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-19 23:56:17 +02:00
Bump phpstan to level 8
This commit is contained in:
@@ -162,7 +162,7 @@ class ProcessHandler extends AbstractProcessingHandler
|
||||
*/
|
||||
protected function readProcessErrors(): string
|
||||
{
|
||||
return stream_get_contents($this->pipes[2]);
|
||||
return (string) stream_get_contents($this->pipes[2]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user