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 0fac221 commit 72041c2Copy full SHA for 72041c2
src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php
@@ -74,7 +74,7 @@ public static function provideCreateConnection(): array
74
'Redis',
75
],
76
[
77
- 'dsn' => sprintf('redis:?%s', implode('&', \array_slice($hosts, 0, 2))),
+ sprintf('redis:?%s', implode('&', \array_slice($hosts, 0, 2))),
78
'RedisArray',
79
80
];
0 commit comments