Run php-cs-fixer against codebase in src/ and tests/.

This commit is contained in:
Daniele Alessandri
2015-07-24 17:58:56 +02:00
parent 6d60a42400
commit 82e404660e
263 changed files with 2574 additions and 2403 deletions
@@ -61,7 +61,7 @@ class ExceptionsOptionTest extends PredisTestCase
$option = new ExceptionsOption();
$options = $this->getMock('Predis\Configuration\OptionsInterface');
$this->assertFalse($option->filter($options, new stdClass));
$this->assertFalse($option->filter($options, new stdClass()));
$this->assertFalse($option->filter($options, 'invalid'));
}
}