1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2019-11-12 21:50:28 +01:00
19 changed files with 262 additions and 210 deletions

View File

@@ -152,7 +152,7 @@ class LineFormatter extends NormalizerFormatter
return (string) $data;
}
return (string) $this->toJson($data, true);
return $this->toJson($data, true);
}
protected function replaceNewlines(string $str): string