mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
Code style fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user