Skip to content

Commit 1176cc0

Browse files
committed
add AddTypeToConstRector rule
1 parent 6f5a21f commit 1176cc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Rector\Config\RectorConfig;
77
use Rector\Php83\Rector\BooleanAnd\JsonValidateRector;
88
use Rector\Php83\Rector\Class_\ReadOnlyAnonymousClassRector;
9+
use Rector\Php83\Rector\ClassConst\AddTypeToConstRector;
910
use Rector\Php83\Rector\FuncCall\CombineHostPortLdapUriRector;
1011
use Rector\Php83\Rector\FuncCall\DynamicClassConstFetchRector;
1112
use Rector\Php83\Rector\FuncCall\RemoveGetClassGetParentClassNoArgsRector;
@@ -20,6 +21,7 @@
2021
DynamicClassConstFetchRector::class,
2122
CombineHostPortLdapUriRector::class,
2223
RemoveGetClassGetParentClassNoArgsRector::class,
24+
AddTypeToConstRector::class,
2325
JsonValidateRector::class,
2426
ReadOnlyAnonymousClassRector::class
2527
]);

0 commit comments

Comments
 (0)