Skip to content

Commit 3158fa9

Browse files
committed
remove key
1 parent 3b159b0 commit 3158fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/Class_/RemoveDataProviderParamKeysRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function test(string $name): void
6666
public function provideData(): array
6767
{
6868
return [
69-
'name' => ['Tom'],
69+
['Tom'],
7070
];
7171
}
7272
}

0 commit comments

Comments
 (0)