Skip to content

Commit 7442411

Browse files
committed
update fixture
1 parent a2c986e commit 7442411

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Issues/IssueDowngradeArraySpread/config/configured_rule.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
use Rector\ValueObject\PhpVersion;
99

1010
return static function (RectorConfig $rectorConfig): void {
11-
$rectorConfig->rules([DowngradeArraySpreadStringKeyRector::class, DowngradeArraySpreadRector::class]);
11+
$rectorConfig->rules([
12+
DowngradeArraySpreadStringKeyRector::class,
13+
DowngradeArraySpreadRector::class
14+
]);
1215

1316
$rectorConfig->phpVersion(PhpVersion::PHP_81);
1417
};

0 commit comments

Comments
 (0)