mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
CS
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user