mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
Code style fix
This commit is contained in:
parent
e012bf1b63
commit
4d3723c68d
@ -84,7 +84,7 @@ class LineFormatter extends NormalizerFormatter
|
||||
|
||||
protected function convertToString($data)
|
||||
{
|
||||
if (null === $data|| is_bool($data)) {
|
||||
if (null === $data || is_bool($data)) {
|
||||
return var_export($data, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user