We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c9b0 commit 4d4e80dCopy full SHA for 4d4e80d
lib/internal/Magento/Framework/Code/Reader/ArgumentsReader.php
@@ -316,7 +316,7 @@ public function detectType()
316
return $declaringClass->getName();
317
}
318
319
- if (($class = $this->parameterReflection->getClass()) instanceof ReflectionClass) {
+ if (($class = $this->parameterReflection->getClass()) instanceof \ReflectionClass) {
320
return $class->getName();
321
322
0 commit comments