1
0
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:
Sergey Rabochiy
2013-11-29 21:05:44 +07:00
parent e012bf1b63
commit 4d3723c68d

View File

@@ -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);
}