Commit 1777e190 authored by Florent Morselli's avatar Florent Morselli Committed by Florent Morselli
Browse files

Update: Rector

Showing with 1 addition and 3 deletions
+1 -3
...@@ -20,7 +20,6 @@ return static function (RectorConfig $config): void { ...@@ -20,7 +20,6 @@ return static function (RectorConfig $config): void {
SymfonyLevelSetList::UP_TO_SYMFONY_54, SymfonyLevelSetList::UP_TO_SYMFONY_54,
SymfonySetList::SYMFONY_CODE_QUALITY, SymfonySetList::SYMFONY_CODE_QUALITY,
SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION, SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION,
SymfonySetList::SYMFONY_STRICT,
DoctrineSetList::DOCTRINE_CODE_QUALITY, DoctrineSetList::DOCTRINE_CODE_QUALITY,
DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES, DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES,
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
...@@ -30,7 +29,6 @@ return static function (RectorConfig $config): void { ...@@ -30,7 +29,6 @@ return static function (RectorConfig $config): void {
PHPUnitSetList::REMOVE_MOCKS, PHPUnitSetList::REMOVE_MOCKS,
PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER, PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER,
]); ]);
$config->services()->set(TypedPropertyRector::class);
$config->parallel(); $config->parallel();
$config->paths([__DIR__ . '/src']); $config->paths([__DIR__ . '/src']);
$config->phpVersion(PhpVersion::PHP_81); $config->phpVersion(PhpVersion::PHP_81);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment