Skip to content

Commit

Permalink
[Serializer] Fix BC break: DEPTH_KEY_PATTERN must be public
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 10, 2019
1 parent ae38ed8 commit 1bdf2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class AbstractObjectNormalizer extends AbstractNormalizer
/**
* How to track the current depth in the context.
*/
private const DEPTH_KEY_PATTERN = 'depth_%s::%s';
public const DEPTH_KEY_PATTERN = 'depth_%s::%s';

/**
* While denormalizing, we can verify that types match.
Expand Down

0 comments on commit 1bdf2af

Please sign in to comment.