Skip to content

Commit 2b8e441

Browse files
[Serializer] add missing "internal" annotation
1 parent b5306d2 commit 2b8e441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ private function isMaxDepthReached(array $attributesMetadata, string $class, str
561561
* {@inheritdoc}
562562
*
563563
* @param string|null $format
564+
*
565+
* @internal
564566
*/
565567
protected function createChildContext(array $parentContext, $attribute/*, ?string $format */)
566568
{

0 commit comments

Comments
 (0)