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

This commit is contained in:
Daniele Alessandri
2015-07-24 18:04:42 +02:00
parent bb89cf67e2
commit 6590c44a27
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->assertSame(0, $redis->exists('foo'));;
$this->assertSame(0, $redis->exists('foo'));
}
/**