mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
CS fixes
This commit is contained in:
@@ -43,7 +43,7 @@ class GelfHandlerTest extends TestCase
|
||||
|
||||
protected function getMessagePublisher()
|
||||
{
|
||||
return $this->getMock('Gelf\Publisher', array('publish'), array(), '', false);
|
||||
return $this->getMock('Gelf\Publisher', ['publish'], [], '', false);
|
||||
}
|
||||
|
||||
public function testDebug()
|
||||
|
Reference in New Issue
Block a user