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 a2c986e commit 7442411Copy full SHA for 7442411
tests/Issues/IssueDowngradeArraySpread/config/configured_rule.php
@@ -8,7 +8,10 @@
8
use Rector\ValueObject\PhpVersion;
9
10
return static function (RectorConfig $rectorConfig): void {
11
- $rectorConfig->rules([DowngradeArraySpreadStringKeyRector::class, DowngradeArraySpreadRector::class]);
+ $rectorConfig->rules([
12
+ DowngradeArraySpreadStringKeyRector::class,
13
+ DowngradeArraySpreadRector::class
14
+ ]);
15
16
$rectorConfig->phpVersion(PhpVersion::PHP_81);
17
};
0 commit comments