Skip to content

Commit

Permalink
chore: upgraded code with rector
Browse files Browse the repository at this point in the history
  • Loading branch information
dehy committed Dec 4, 2023
1 parent cc06f43 commit 248a136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

// define sets of rules
$rectorConfig->sets([
LevelSetList::UP_TO_PHP_81,
SymfonyLevelSetList::UP_TO_SYMFONY_62,
LevelSetList::UP_TO_PHP_82,
SymfonyLevelSetList::UP_TO_SYMFONY_63,
TwigLevelSetList::UP_TO_TWIG_240,
PHPUnitLevelSetList::UP_TO_PHPUNIT_90,

SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES,
DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES,
// DoctrineSetList::DOCTRINE_REPOSITORY_AS_SERVICE,
DoctrineSetList::DOCTRINE_ORM_213,
DoctrineSetList::DOCTRINE_ORM_214,
DoctrineSetList::DOCTRINE_CODE_QUALITY,
SensiolabsSetList::ANNOTATIONS_TO_ATTRIBUTES,
// PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES,
Expand Down

0 comments on commit 248a136

Please sign in to comment.