Skip to content

Commit

Permalink
qa: remove unneeded Rector skip-config entry
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla authored Aug 24, 2023
1 parent 669ff99 commit 18ea847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
AddLiteralSeparatorToNumberRector::class,
ClassPropertyAssignToConstructorPromotionRector::class,
MixedTypeRector::class => [
__DIR__ . '/tests/Integration/Mapping/Object/UnionValuesMappingTest.php',
__DIR__ . '/tests/Unit/Definition/Repository/Reflection/ReflectionClassDefinitionRepositoryTest',
],
RestoreDefaultNullToNullableTypePropertyRector::class => [
Expand Down

0 comments on commit 18ea847

Please sign in to comment.