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 ae38ed8 commit 1bdf2afCopy full SHA for 1bdf2af
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
@@ -41,7 +41,7 @@ abstract class AbstractObjectNormalizer extends AbstractNormalizer
41
/**
42
* How to track the current depth in the context.
43
*/
44
- private const DEPTH_KEY_PATTERN = 'depth_%s::%s';
+ public const DEPTH_KEY_PATTERN = 'depth_%s::%s';
45
46
47
* While denormalizing, we can verify that types match.
0 commit comments