refactor: run Rector CODE_QUALITY rulesets

Fix #168
This commit is contained in:
Ben Goldsworthy 2021-05-02 10:45:52 +01:00
parent 4299a71df5
commit 1728e0fcd5
9 changed files with 523 additions and 502 deletions

View file

@ -18,7 +18,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
// Define what rule sets will be applied
$parameters->set(Option::SETS, [
// SetList::CODE_QUALITY,
SetList::CODE_QUALITY,
SetList::DEAD_CODE,
// DowngradeSetList::PHP_80,
// DowngradeSetList::PHP_74,