Skip to content

Commit 13ae9ff

Browse files
committed
mark the NoOpScalarNormalizer as internal
1 parent 7893a72 commit 13ae9ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Serializer/NoOpScalarNormalizer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* When there are non-cacheable normalizers in use, and you don't need to normalize
2323
* scalar values, register this normalizer with a higher priority than the non-cacheable
2424
* normalizers. This allows caching supportsNormalization calls for scalar values.
25+
*
26+
* @internal
2527
*/
2628
final class NoOpScalarNormalizer implements NormalizerInterface, CacheableSupportsMethodInterface
2729
{

0 commit comments

Comments
 (0)