Skip to content

Commit a68e42b

Browse files
committed
clean up unused property
1 parent 0b82a67 commit a68e42b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
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)