mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-14 00:54:01 +02:00
CS fixes
This commit is contained in:
@@ -196,7 +196,7 @@ class LoggerTest extends \PHPUnit_Framework_TestCase
|
||||
;
|
||||
$logger->pushHandler($handler);
|
||||
$that = $this;
|
||||
$logger->pushProcessor(function($record) use ($that){
|
||||
$logger->pushProcessor(function($record) use ($that) {
|
||||
$that->fail('The processor should not be called');
|
||||
});
|
||||
$logger->addAlert('test');
|
||||
|
Reference in New Issue
Block a user