1
0
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:
Jordi Boggiano
2021-07-04 14:03:55 +02:00
parent 4ef5da80ad
commit 8b5278d8e1
47 changed files with 262 additions and 101 deletions

View File

@@ -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]);
}
/**