mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-23 05:15:29 +02:00
Code cleanups
This commit is contained in:
@@ -145,7 +145,7 @@ class BufferHandlerTest extends TestCase
|
||||
$test = new TestHandler();
|
||||
$handler = new BufferHandler($test);
|
||||
$handler->pushProcessor(function ($record) {
|
||||
$record['extra']['foo'] = true;
|
||||
$record->extra['foo'] = true;
|
||||
|
||||
return $record;
|
||||
});
|
||||
|
Reference in New Issue
Block a user