mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
Code style fix
This commit is contained in:
@@ -84,7 +84,7 @@ class LineFormatter extends NormalizerFormatter
|
|||||||
|
|
||||||
protected function convertToString($data)
|
protected function convertToString($data)
|
||||||
{
|
{
|
||||||
if (null === $data|| is_bool($data)) {
|
if (null === $data || is_bool($data)) {
|
||||||
return var_export($data, true);
|
return var_export($data, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user