mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 22:26:41 +02:00
CS fixes
This commit is contained in:
@@ -69,7 +69,7 @@ class AbstractProcessingHandlerTest extends TestCase
|
||||
$handledRecord = null;
|
||||
$handler->expects($this->once())
|
||||
->method('write')
|
||||
->will($this->returnCallback(function($record) use (&$handledRecord){
|
||||
->will($this->returnCallback(function($record) use (&$handledRecord) {
|
||||
$handledRecord = $record;
|
||||
}))
|
||||
;
|
||||
|
Reference in New Issue
Block a user