mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Ignore errors on 5.3 as well
This commit is contained in:
@@ -97,6 +97,6 @@ class LineFormatter extends NormalizerFormatter
|
|||||||
return $this->toJson($data, true);
|
return $this->toJson($data, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return str_replace('\\/', '/', json_encode($data));
|
return str_replace('\\/', '/', @json_encode($data));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user