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