Skip to content

Commit c139760

Browse files
committed
minor symfony#59722 [Serializer] clean up unused property (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [Serializer] clean up unused property | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT leftover from symfony#59496 Commits ------- a68e42b clean up unused property
2 parents 0b82a67 + a68e42b commit c139760

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,11 @@ class ObjectNormalizerTest extends TestCase
8585
use TypeEnforcementTestTrait;
8686

8787
private ObjectNormalizer $normalizer;
88-
private NormalizerInterface $normalizerInterface;
8988
private SerializerInterface&NormalizerInterface&MockObject $serializer;
9089

9190
protected function setUp(): void
9291
{
9392
$this->createNormalizer();
94-
95-
$this->normalizerInterface = $this->normalizer;
9693
}
9794

9895
private function createNormalizer(array $defaultContext = [], ?ClassMetadataFactoryInterface $classMetadataFactory = null): void

0 commit comments

Comments
 (0)