Skip to content

Commit 80fc36d

Browse files
committed
remove comment
1 parent 166904e commit 80fc36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Issues/IssueDowngradeArraySpread/config/configured_rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
return static function (RectorConfig $rectorConfig): void {
1111
$rectorConfig->rules([
12-
//DowngradeArraySpreadStringKeyRector::class,
12+
DowngradeArraySpreadStringKeyRector::class,
1313
DowngradeArraySpreadRector::class
1414
]);
1515

0 commit comments

Comments
 (0)