Skip to content

Commit 2ac3e9f

Browse files
committed
[DowngradePhp84] Add DowngradeArrayAllRector
1 parent a81a96b commit 2ac3e9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/set/downgrade-php84.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6+
use Rector\DowngradePhp84\Rector\Expression\DowngradeArrayAllRector;
67
use Rector\DowngradePhp84\Rector\FuncCall\DowngradeRoundingModeEnumRector;
78
use Rector\DowngradePhp84\Rector\MethodCall\DowngradeNewMethodCallWithoutParenthesesRector;
89
use Rector\ValueObject\PhpVersion;
@@ -12,5 +13,6 @@
1213
$rectorConfig->rules([
1314
DowngradeNewMethodCallWithoutParenthesesRector::class,
1415
DowngradeRoundingModeEnumRector::class,
16+
DowngradeArrayAllRector::class,
1517
]);
1618
};

0 commit comments

Comments
 (0)