mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
CS fixes
This commit is contained in:
@@ -65,7 +65,6 @@ class GelfHandlerTest extends TestCase
|
||||
$handler = $this->getHandler($messagePublisher);
|
||||
|
||||
$handler->handle($record);
|
||||
|
||||
}
|
||||
|
||||
public function testWarning()
|
||||
@@ -114,6 +113,5 @@ class GelfHandlerTest extends TestCase
|
||||
$handler = $this->getHandler($messagePublisher);
|
||||
$handler->setFormatter(new GelfMessageFormatter('mysystem', 'EXT', 'CTX'));
|
||||
$handler->handle($record);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user