File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1313,8 +1313,8 @@ the same.
1313
1313
1314
1314
To hint the serializer that it's safe to cache the result of these methods (and then dramatically improve the
1315
1315
overall performance), such normalizers (and denormalizers) should implement the
1316
- :class: `Symfony\C omponent\S erializer\N ormalizer\C acheableSupportsMethodInterface ` and return ``true `` when
1317
- :method: `Symfony\C omponent\S erializer\N ormalizer\C acheableSupportsMethodInterface::hasCacheableSupportsMethod `
1316
+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\ \ CacheableSupportsMethodInterface ` and return ``true `` when
1317
+ :method: `Symfony\\ Component\\ Serializer\\ Normalizer\ \ CacheableSupportsMethodInterface::hasCacheableSupportsMethod `
1318
1318
is called.
1319
1319
1320
1320
.. note ::
You can’t perform that action at this time.
0 commit comments