Skip to content

Commit

Permalink
mark the NoOpScalarNormalizer as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Mar 28, 2019
1 parent 7893a72 commit 13ae9ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Serializer/NoOpScalarNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 13ae9ff

Please sign in to comment.