Skip to content

Commit 11acdde

Browse files
Fix CS
1 parent 61dbd5f commit 11acdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mutex/PredisMutexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private function getPredisConfig()
4444

4545
$servers = explode(",", getenv("REDIS_URIS"));
4646

47-
return array_map(function($redisUri) {
47+
return array_map(function ($redisUri) {
4848
return str_replace("redis://", "tcp://", $redisUri);
4949
}, $servers);
5050
}

0 commit comments

Comments
 (0)