Skip to content

Commit 4d4e80d

Browse files
committed
AC-9499:: Fix static tests
1 parent b12c9b0 commit 4d4e80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Code/Reader/ArgumentsReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function detectType()
316316
return $declaringClass->getName();
317317
}
318318

319-
if (($class = $this->parameterReflection->getClass()) instanceof ReflectionClass) {
319+
if (($class = $this->parameterReflection->getClass()) instanceof \ReflectionClass) {
320320
return $class->getName();
321321
}
322322

0 commit comments

Comments
 (0)