mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
CS fixes
This commit is contained in:
@@ -127,6 +127,7 @@ class LoggerTest extends \PHPUnit_Framework_TestCase
|
||||
$logger->pushHandler($handler);
|
||||
$logger->pushProcessor(function($record) {
|
||||
$record['extra']['win'] = true;
|
||||
|
||||
return $record;
|
||||
});
|
||||
$logger->addError('test');
|
||||
|
Reference in New Issue
Block a user