mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 15:44:34 +02:00
Code cleanups
This commit is contained in:
@@ -44,7 +44,7 @@ class PsrLogCompatTest extends TestCase
|
||||
return strtolower($match[0]);
|
||||
};
|
||||
|
||||
return preg_replace_callback('{^[A-Z]+}', $lower, $record['formatted']);
|
||||
return preg_replace_callback('{^[A-Z]+}', $lower, $record->formatted);
|
||||
};
|
||||
|
||||
return array_map($convert, $this->handler->getRecords());
|
||||
|
Reference in New Issue
Block a user