We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fc36d commit 221d5c8Copy full SHA for 221d5c8
1 file changed
tests/Issues/IssueDowngradeArraySpread/config/configured_rule.php
@@ -8,10 +8,7 @@
8
use Rector\ValueObject\PhpVersion;
9
10
return static function (RectorConfig $rectorConfig): void {
11
- $rectorConfig->rules([
12
- DowngradeArraySpreadStringKeyRector::class,
13
- DowngradeArraySpreadRector::class
14
- ]);
+ $rectorConfig->rules([DowngradeArraySpreadStringKeyRector::class, DowngradeArraySpreadRector::class]);
15
16
$rectorConfig->phpVersion(PhpVersion::PHP_81);
17
};
0 commit comments