File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Symfony/Component/Serializer/Tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,5 +114,6 @@ public function testLoadIgnore()
114
114
}
115
115
116
116
abstract protected function createLoader (): AnnotationLoader ;
117
+
117
118
abstract protected function getNamespace (): string ;
118
119
}
Original file line number Diff line number Diff line change 28
28
use Symfony \Component \Serializer \Normalizer \ObjectNormalizer ;
29
29
use Symfony \Component \Serializer \Serializer ;
30
30
use Symfony \Component \Serializer \SerializerInterface ;
31
- use Symfony \Component \Serializer \Tests \Fixtures \CircularReferenceDummy ;
32
31
use Symfony \Component \Serializer \Tests \Fixtures \Annotations \GroupDummy ;
32
+ use Symfony \Component \Serializer \Tests \Fixtures \CircularReferenceDummy ;
33
33
use Symfony \Component \Serializer \Tests \Fixtures \OtherSerializedNameDummy ;
34
34
use Symfony \Component\Serializer \Tests \Fixtures \Php74Dummy ;
35
35
use Symfony \Component \Serializer \Tests \Fixtures \SiblingHolder ;
You can’t perform that action at this time.
0 commit comments