mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-18 19:01:31 +02:00
Code cleanups
This commit is contained in:
@@ -38,7 +38,7 @@ class DoctrineCouchDBHandlerTest extends TestCase
|
||||
'level' => Logger::WARNING,
|
||||
'level_name' => 'WARNING',
|
||||
'channel' => 'test',
|
||||
'datetime' => (string) $record['datetime'],
|
||||
'datetime' => (string) $record->datetime,
|
||||
'extra' => [],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user