mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 15:14:14 +02:00
Fix CS
This commit is contained in:
@@ -56,7 +56,7 @@ class ElasticaFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
|
||||
// Document parameters
|
||||
$this->assertEquals('my_index', $doc->getIndex());
|
||||
if(method_exists($doc, 'getType')) {
|
||||
if (method_exists($doc, 'getType')) {
|
||||
$this->assertEquals('doc_type', $doc->getType());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user