8000 [Serializer] Make fabbot happy with 5.2 tests CS · symfony/symfony@bdcd745 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdcd745

Browse files
committed
[Serializer] Make fabbot happy with 5.2 tests CS
1 parent 4df63ab commit bdcd745

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,6 @@ public function testLoadIgnore()
114114
}
115115

116116
abstract protected function createLoader(): AnnotationLoader;
117+
117118
abstract protected function getNamespace(): string;
118119
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
2929
use Symfony\Component\Serializer\Serializer;
3030
use Symfony\Component\Serializer\SerializerInterface;
31-
use Symfony\Component\Serializer\Tests\Fixtures\CircularReferenceDummy;
3231
use Symfony\Component\Serializer\Tests\Fixtures\Annotations\GroupDummy;
32+
use Symfony\Component\Serializer\Tests\Fixtures\CircularReferenceDummy;
3333
use Symfony\Component\Serializer\Tests\Fixtures\OtherSerializedNameDummy;
3434
use Symfony\Component\Serializer\Tests\Fixtures\Php74Dummy;
3535
use Symfony\Component\Serializer\Tests\Fixtures\SiblingHolder;

0 commit comments

Comments
 (0)
0