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 a81a96b commit 2ac3e9fCopy full SHA for 2ac3e9f
config/set/downgrade-php84.php
@@ -3,6 +3,7 @@
3
declare(strict_types=1);
4
5
use Rector\Config\RectorConfig;
6
+use Rector\DowngradePhp84\Rector\Expression\DowngradeArrayAllRector;
7
use Rector\DowngradePhp84\Rector\FuncCall\DowngradeRoundingModeEnumRector;
8
use Rector\DowngradePhp84\Rector\MethodCall\DowngradeNewMethodCallWithoutParenthesesRector;
9
use Rector\ValueObject\PhpVersion;
@@ -12,5 +13,6 @@
12
13
$rectorConfig->rules([
14
DowngradeNewMethodCallWithoutParenthesesRector::class,
15
DowngradeRoundingModeEnumRector::class,
16
+ DowngradeArrayAllRector::class,
17
]);
18
};
0 commit comments