mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Update readme, fix cs
This commit is contained in:
@@ -73,7 +73,8 @@ class StreamHandler extends AbstractProcessingHandler
|
||||
fwrite($this->stream, (string) $record['formatted']);
|
||||
}
|
||||
|
||||
private function customErrorHandler($code, $msg) {
|
||||
private function customErrorHandler($code, $msg)
|
||||
{
|
||||
$this->errorMessage = preg_replace('{^fopen\(.*?\): }', '', $msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user