Skip to content

Commit

Permalink
[Serializer] add missing "internal" annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 8, 2019
1 parent b5306d2 commit 2b8e441
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -561,6 +561,8 @@ private function isMaxDepthReached(array $attributesMetadata, string $class, str
* {@inheritdoc}
*
* @param string|null $format
*
* @internal
*/
protected function createChildContext(array $parentContext, $attribute/*, ?string $format */)
{
Expand Down

0 comments on commit 2b8e441

Please sign in to comment.