Skip to content

Commit b09c6c1

Browse files
xabbuhsymfonyaml
authored andcommitted
do not mix named and positional arguments in data provider definitions
1 parent 6f097a0 commit b09c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static function provideCreateConnection(): array
7474
'Redis',
7575
],
7676
[
77-
'dsn' => sprintf('redis:?%s', implode('&', \array_slice($hosts, 0, 2))),
77+
sprintf('redis:?%s', implode('&', \array_slice($hosts, 0, 2))),
7878
'RedisArray',
7979
],
8080
];

0 commit comments

Comments
 (0)