8000 do not mix named and positional arguments in data provider definitions · symfony/cache@7050072 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7050072

Browse files
committed
do not mix named and positional arguments in data provider definitions
1 parent 911f2bc commit 7050072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0