Fix CS issues

This commit is contained in:
Oliver Davies 2018-03-20 20:34:27 +00:00
parent 5eedcbb99e
commit 2f71ff8bda
5 changed files with 8 additions and 7 deletions

View file

@ -34,7 +34,8 @@ class FilterTest extends TestCase
/**
* @covers Filter::hasNot()
*/
public function testHasNot() {
public function testHasNot()
{
$this->assertEquals(
['doesNotHaveTheWord' => 'something'],
$this->filter->hasNot('something')->getProperties()