We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dbd5f commit 11acddeCopy full SHA for 11acdde
tests/mutex/PredisMutexTest.php
@@ -44,7 +44,7 @@ private function getPredisConfig()
44
45
$servers = explode(",", getenv("REDIS_URIS"));
46
47
- return array_map(function($redisUri) {
+ return array_map(function ($redisUri) {
48
return str_replace("redis://", "tcp://", $redisUri);
49
}, $servers);
50
}
0 commit comments