mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
CS fixes
This commit is contained in:
@@ -47,7 +47,7 @@ class BufferHandlerTest extends TestCase
|
||||
$handler->handle($this->getRecord(Logger::WARNING));
|
||||
$handler->handle($this->getRecord(Logger::DEBUG));
|
||||
$this->shutdownCheckHandler = $test;
|
||||
register_shutdown_function(array($this, 'checkPropagation'));
|
||||
register_shutdown_function([$this, 'checkPropagation']);
|
||||
}
|
||||
|
||||
public function checkPropagation()
|
||||
|
Reference in New Issue
Block a user