Skip to content

Commit 1777e19

Browse files
committed
Update: Rector
1 parent 4849ac1 commit 1777e19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan-strict-rules": "^1.0",
3131
"phpunit/phpunit": "^9.5.26",
3232
"qossmic/deptrac-shim": "^1.0",
33-
"rector/rector": "^0.14",
33+
"rector/rector": "^0.15",
3434
"symfony/phpunit-bridge": "^6.1",
3535
"symplify/easy-coding-standard": "^11.0"
3636
},

rector.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
SymfonyLevelSetList::UP_TO_SYMFONY_54,
2121
SymfonySetList::SYMFONY_CODE_QUALITY,
2222
SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION,
23-
SymfonySetList::SYMFONY_STRICT,
2423
DoctrineSetList::DOCTRINE_CODE_QUALITY,
2524
DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES,
2625
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
@@ -30,7 +29,6 @@
3029
PHPUnitSetList::REMOVE_MOCKS,
3130
PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER,
3231
]);
33-
$config->services()->set(TypedPropertyRector::class);
3432
$config->parallel();
3533
$config->paths([__DIR__ . '/src']);
3634
$config->phpVersion(PhpVersion::PHP_81);

0 commit comments

Comments
 (0)