mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 15:14:14 +02:00
CS fixes
This commit is contained in:
@@ -69,7 +69,9 @@ class JsonFormatterTest extends TestCase
|
||||
"channel": "test",
|
||||
"datetime": "'.$record['datetime']->format('Y-m-d\TH:i:s.uP').'",
|
||||
"extra": {}
|
||||
}', $formatter->format($record));
|
||||
}',
|
||||
$formatter->format($record)
|
||||
);
|
||||
|
||||
$formatter->setJsonPrettyPrint(false);
|
||||
$record = $this->getRecord();
|
||||
|
Reference in New Issue
Block a user