Skip to content

Commit cbac7a2

Browse files
committed
Remove aligned '=>' and '='
1 parent 593b93b commit cbac7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/GetSetMethodNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function testUnableToNormalizeObjectAttribute()
265265
$serializer = $this->getMock('Symfony\Component\Serializer\SerializerInterface');
266266
$this->normalizer->setSerializer($serializer);
267267

268-
$obj = new GetSetDummy();
268+
$obj = new GetSetDummy();
269269
$object = new \stdClass();
270270
$obj->setObject($object);
271271

0 commit comments

Comments
 (0)