diff --git a/rector.php b/rector.php index 8698201..619e041 100644 --- a/rector.php +++ b/rector.php @@ -23,5 +23,6 @@ ->withPhpSets(php82: true) ->withSets([ PHPUnitSetList::PHPUNIT_110, + PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES, ]) ->withTypeCoverageLevel(0);