File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Rector \CodeQuality \Rector \Class_ \InlineConstructorDefaultToPropertyRector ;
66use Rector \CodingStyle \Rector \Use_ \SeparateMultiUseImportsRector ;
77use Rector \Config \RectorConfig ;
8+ use Rector \Php84 \Rector \Param \ExplicitNullableParamTypeRector ;
89use Rector \PHPUnit \Set \PHPUnitSetList ;
910use Rector \Set \ValueObject \LevelSetList ;
1011use Rector \TypeDeclaration \Rector \Property \TypedPropertyFromStrictConstructorRector ;
1617 $ rectorConfig ->rule (InlineConstructorDefaultToPropertyRector::class);
1718 $ rectorConfig ->rule (TypedPropertyFromStrictConstructorRector::class);
1819 $ rectorConfig ->rule (SeparateMultiUseImportsRector::class);
20+ $ rectorConfig ->rule (ExplicitNullableParamTypeRector::class);
1921 $ rectorConfig ->importNames ();
20- $ rectorConfig ->sets ([LevelSetList::UP_TO_PHP_81 , PHPUnitSetList::PHPUNIT_100 ]);
22+ $ rectorConfig ->sets ([LevelSetList::UP_TO_PHP_84 , PHPUnitSetList::PHPUNIT_100 ]);
2123};
You can’t perform that action at this time.
0 commit comments