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
@@ -77,7 +77,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
$redis->psetex('foo', 50, 'bar');
$this->sleep(0.5);
$this->assertFalse($redis->exists('foo'));;
$this->assertFalse($redis->exists('foo'));
}
/**