This commit is contained in:
Refactorian
2024-03-22 23:12:50 +09:00
parent dbf6a789a2
commit e0c6f605d4
5 changed files with 17 additions and 13 deletions

View File

@@ -21,8 +21,8 @@ return RectorConfig::configure()
])
->withSets([
SetList::DEAD_CODE,
LevelSetList::UP_TO_PHP_82,
LaravelSetList::LARAVEL_100,
LevelSetList::UP_TO_PHP_83,
LaravelSetList::LARAVEL_110,
])
->withRules([
AddVoidReturnTypeWhereNoReturnRector::class,