We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb3a99 commit a7de232Copy full SHA for a7de232
src/Reflection/Php/PhpParameterReflection.php
@@ -47,7 +47,7 @@ public function getType(): Type
47
$this->type = TypehintHelper::decideTypeFromReflection(
48
$this->reflection->getType(),
49
$phpDocType,
50
- $this->reflection->getDeclaringClass() !== null ? $this->reflection->getDeclaringClass()->getName() : null,
+ null,
51
$this->isVariadic()
52
);
53
}
0 commit comments