We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7893a72 commit 13ae9ffCopy full SHA for 13ae9ff
src/Serializer/NoOpScalarNormalizer.php
@@ -22,6 +22,8 @@
22
* When there are non-cacheable normalizers in use, and you don't need to normalize
23
* scalar values, register this normalizer with a higher priority than the non-cacheable
24
* normalizers. This allows caching supportsNormalization calls for scalar values.
25
+ *
26
+ * @internal
27
*/
28
final class NoOpScalarNormalizer implements NormalizerInterface, CacheableSupportsMethodInterface
29
{
0 commit comments