mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-16 10:04:14 +02:00
CS fixes
This commit is contained in:
@@ -51,7 +51,7 @@ class TestCase extends \PHPUnit_Framework_TestCase
|
||||
$formatter = $this->getMock('Monolog\\Formatter\\FormatterInterface');
|
||||
$formatter->expects($this->any())
|
||||
->method('format')
|
||||
->will($this->returnCallback(function($record) { return $record['message']; }));
|
||||
->will($this->returnCallback(function ($record) { return $record['message']; }));
|
||||
|
||||
return $formatter;
|
||||
}
|
||||
|
Reference in New Issue
Block a user