Skip to content

Commit

Permalink
Marked parseConstructorParameter method as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarystepkowski committed Nov 25, 2018
1 parent 2b31dd8 commit 0f9d01f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -157,6 +157,9 @@ protected function instantiateObject(array &$data, $class, array &$context, \Ref
return parent::instantiateObject($data, $class, $context, $reflectionClass, $allowedAttributes, $format);
}

/**
* @internal
*/
protected function parseConstructorParameter(array &$data, $key, array &$context, \ReflectionParameter $constructorParameter, $format)
{
if (false === $constructorParameter->hasType() || true === $constructorParameter->getType()->isBuiltin()) {
Expand Down

0 comments on commit 0f9d01f

Please sign in to comment.