File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Serializer/Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Symfony \Component \Serializer \Tests ;
12+ namespace Symfony \Component \Serializer \Tests \ Fixtures ;
1313
1414final class Php80Dummy
1515{
Original file line number Diff line number Diff line change 3939use Symfony \Component \Serializer \Tests \Fixtures \OtherSerializedNameDummy ;
4040use Symfony \Component \Serializer \Tests \Fixtures \Php74Dummy ;
4141use Symfony \Component \Serializer \Tests \Fixtures \Php74DummyPrivate ;
42+ use Symfony \Component \Serializer \Tests \Fixtures \Php80Dummy ;
4243use Symfony \Component \Serializer \Tests \Fixtures \SiblingHolder ;
4344use Symfony \Component \Serializer \Tests \Normalizer \Features \AttributesTestTrait ;
4445use Symfony \Component \Serializer \Tests \Normalizer \Features \CacheableObjectAttributesTestTrait ;
5657use Symfony \Component \Serializer \Tests \Normalizer \Features \TypedPropertiesObject ;
5758use Symfony \Component \Serializer \Tests \Normalizer \Features \TypedPropertiesObjectWithGetters ;
5859use Symfony \Component \Serializer \Tests \Normalizer \Features \TypeEnforcementTestTrait ;
59- use Symfony \Component \Serializer \Tests \Php80Dummy ;
6060
6161/**
6262 * @author Kévin Dunglas <[email protected] >
You can’t perform that action at this time.
0 commit comments