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 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Serializer \Tests ;
12
+ namespace Symfony \Component \Serializer \Tests \ Fixtures ;
13
13
14
14
final class Php80Dummy
15
15
{
Original file line number Diff line number Diff line change 39
39
use Symfony \Component \Serializer \Tests \Fixtures \OtherSerializedNameDummy ;
40
40
use Symfony \Component \Serializer \Tests \Fixtures \Php74Dummy ;
41
41
use Symfony \Component \Serializer \Tests \Fixtures \Php74DummyPrivate ;
42
+ use Symfony \Component \Serializer \Tests \Fixtures \Php80Dummy ;
42
43
use Symfony \Component \Serializer \Tests \Fixtures \SiblingHolder ;
43
44
use Symfony \Component \Serializer \Tests \Normalizer \Features \AttributesTestTrait ;
44
45
use Symfony \Component \Serializer \Tests \Normalizer \Features \CacheableObjectAttributesTestTrait ;
56
57
use Symfony \Component \Serializer \Tests \Normalizer \Features \TypedPropertiesObject ;
57
58
use Symfony \Component \Serializer \Tests \Normalizer \Features \TypedPropertiesObjectWithGetters ;
58
59
use Symfony \Component \Serializer \Tests \Normalizer \Features \TypeEnforcementTestTrait ;
59
- use Symfony \Component \Serializer \Tests \Php80Dummy ;
60
60
61
61
/**
62
62
* @author Kévin Dunglas <[email protected] >
You can’t perform that action at this time.
0 commit comments