File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Predis \Response \Error ;
15
15
use Predis \Response \ServerException ;
16
- use Relay \Relay ;
17
16
use Relay \Cluster as RelayCluster ;
17
+ use Relay \Relay ;
18
18
use Symfony \Component \Lock \Exception \InvalidTtlException ;
19
19
use Symfony \Component \Lock \Exception \LockConflictedException ;
20
20
use Symfony \Component \Lock \Exception \LockStorageException ;
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Lock \Tests \Store ;
13
13
14
- use Relay \Relay ;
15
14
use Relay \Cluster as RelayCluster ;
15
+ use Relay \Relay ;
16
16
use Symfony \Component \Lock \Exception \InvalidArgumentException ;
17
17
use Symfony \Component \Lock \Exception \LockConflictedException ;
18
18
use Symfony \Component \Lock \Key ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public static function setUpBeforeClass(): void
36
36
self ::markTestSkipped ('The Relay\Cluster class is required. ' );
37
37
}
38
38
39
- if (getenv ('REDIS_CLUSTER_HOSTS ' ) === false ) {
39
+ if (false === getenv ('REDIS_CLUSTER_HOSTS ' )) {
40
40
self ::markTestSkipped ('REDIS_CLUSTER_HOSTS env var is not defined. ' );
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments