Skip to content

Commit

Permalink
qa: Remove MixedTypeRector exceptions in rector.php
Browse files Browse the repository at this point in the history
These no longer trigger and thus are not required to be skipped.
  • Loading branch information
TimWolla committed Aug 24, 2023
1 parent 17a27a3 commit 7d0683e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
UnionTypesRector::class => [
__DIR__ . '/tests/Unit/Definition/Repository/Reflection/ReflectionClassDefinitionRepositoryTest',
],
MixedTypeRector::class => [
__DIR__ . '/tests/Integration/Mapping/Object/UnionValuesMappingTest.php',
__DIR__ . '/tests/Unit/Definition/Repository/Reflection/ReflectionClassDefinitionRepositoryTest',
],
RestoreDefaultNullToNullableTypePropertyRector::class => [
__DIR__ . '/tests/Integration/Mapping/Other/FlexibleCastingMappingTest.php',
__DIR__ . '/tests/Integration/Mapping/SingleNodeMappingTest',
Expand Down

0 comments on commit 7d0683e

Please sign in to comment.