1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00
This commit is contained in:
Jordi Boggiano
2016-11-15 13:16:16 +01:00
parent 09a68c81e3
commit f1d2b090d5

View File

@@ -127,7 +127,7 @@ class StreamHandler extends AbstractProcessingHandler
*/
protected function streamWrite($stream, array $record)
{
fwrite($stream, (string)$record['formatted']);
fwrite($stream, (string) $record['formatted']);
}
private function customErrorHandler($code, $msg)