File tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle
Tests/DependencyInjection
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
<service id =" serializer.normalizer.json_serializable" class =" Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer" >
62
62
<!-- Run before serializer.normalizer.object -->
63
- <tag name =" serializer.normalizer" priority =" -900 " />
63
+ <tag name =" serializer.normalizer" priority =" -950 " />
64
64
</service >
65
65
66
66
<service id =" serializer.normalizer.problem" class =" Symfony\Component\Serializer\Normalizer\ProblemNormalizer" >
Original file line number Diff line number Diff line change @@ -1297,7 +1297,7 @@ public function testJsonSerializableNormalizerRegistered()
1297
1297
$ tag = $ definition ->getTag ('serializer.normalizer ' );
1298
1298
1299
1299
$ this ->assertEquals (JsonSerializableNormalizer::class, $ definition ->getClass ());
1300
- $ this ->assertEquals (-900 , $ tag [0 ]['priority ' ]);
1300
+ $ this ->assertEquals (-950 , $ tag [0 ]['priority ' ]);
1301
1301
}
1302
1302
1303
1303
public function testObjectNormalizerRegistered ()
You can’t perform that action at this time.
0 commit comments