Skip to content
Snippets Groups Projects
Commit 435123dd authored by Mantas Simkus's avatar Mantas Simkus
Browse files

fixed styling with missing spaces after commas on SpanOrQueryTest

parent 304b4d79
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class SpanOrQueryTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($result, $query->toArray());
$result = $query->getQueries();
$this->assertInternalType('array',$result);
$this->assertEquals(1,count($result));
$this->assertInternalType('array', $result);
$this->assertEquals(1, count($result));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment