mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
CS fixes
This commit is contained in:
@@ -73,7 +73,6 @@ class FleepHookHandlerTest extends TestCase
|
||||
$actual = $handlerFormatter->format($record);
|
||||
|
||||
$this->assertEquals($expected, $actual, 'Empty context and extra arrays should not be rendered');
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -83,5 +82,4 @@ class FleepHookHandlerTest extends TestCase
|
||||
{
|
||||
$this->assertEquals('ssl://' . FleepHookHandler::FLEEP_HOST . ':443', $this->handler->getConnectionString());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user