diff --git a/src/Serializer/NoOpScalarNormalizer.php b/src/Serializer/NoOpScalarNormalizer.php index e284ce417f4..e4144e549d1 100644 --- a/src/Serializer/NoOpScalarNormalizer.php +++ b/src/Serializer/NoOpScalarNormalizer.php @@ -22,6 +22,8 @@ * When there are non-cacheable normalizers in use, and you don't need to normalize * scalar values, register this normalizer with a higher priority than the non-cacheable * normalizers. This allows caching supportsNormalization calls for scalar values. + * + * @internal */ final class NoOpScalarNormalizer implements NormalizerInterface, CacheableSupportsMethodInterface {