mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Run php-cs-fixer against codebase in src/ and tests/.
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user