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 3cf0944 commit efd4d78Copy full SHA for efd4d78
1 file changed
rules/Transform/Rector/FuncCall/FuncCallToNewRector.php
@@ -49,7 +49,7 @@ public function run()
49
CODE_SAMPLE
50
,
51
[
52
- 'collection' => ['Collection'],
+ 'collection' => 'Collection',
53
]
54
),
55
]);
0 commit comments