Skip to content

Commit 3c1ce52

Browse files
committed
register
1 parent 3bc4927 commit 3c1ce52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/set/downgrade-php83.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
use Rector\ValueObject\PhpVersion;
88
use Rector\DowngradePhp83\Rector\ClassConst\DowngradeTypedClassConstRector;
99
use Rector\DowngradePhp83\Rector\ClassConstFetch\DowngradeDynamicClassConstFetchRector;
10+
use Rector\DowngradePhp83\Rector\FuncCall\DowngradeJsonValidateRector;
1011

1112
return static function (RectorConfig $rectorConfig): void {
1213
$rectorConfig->phpVersion(PhpVersion::PHP_82);
1314
$rectorConfig->rules([
1415
DowngradeTypedClassConstRector::class,
1516
DowngradeReadonlyAnonymousClassRector::class,
1617
DowngradeDynamicClassConstFetchRector::class,
18+
DowngradeJsonValidateRector::class,
1719
]);
1820
};

0 commit comments

Comments
 (0)