8000 Marked parseConstructorParameter method as internal · symfony/symfony@0f9d01f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f9d01f

Browse files
Marked parseConstructorParameter method as internal
1 parent 2b31dd8 commit 0f9d01f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ protected function instantiateObject(array &$data, $class, array &$context, \Ref
157157
return parent::instantiateObject($data, $class, $context, $reflectionClass, $allowedAttributes, $format);
158158
}
159159

160+
/**
161+
* @internal
162+
*/
160163
protected function parseConstructorParameter(array &$data, $key, array &$context, \ReflectionParameter $constructorParameter, $format)
161164
{
162165
if (false === $constructorParameter->hasType() || true === $constructorParameter->getType()->isBuiltin()) {

0 commit comments

Comments
 (0)
0