[Serializer] add missing "internal" annotation

This commit is contained in:
Nicolas Grekas 2019-06-08 08:34:08 +02:00
parent b5306d2e81
commit 2b8e44164e

View File

@ -561,6 +561,8 @@ abstract class AbstractObjectNormalizer extends AbstractNormalizer
* {@inheritdoc}
*
* @param string|null $format
*
* @internal
*/
protected function createChildContext(array $parentContext, $attribute/*, ?string $format */)
{