Skip to content

Commit a9ca869

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS versions 6.4
1 parent 7e07385 commit a9ca869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ private function processType(\ReflectionClass $class, \Laminas\Code\Reflection\P
109109
}
110110

111111
// In PHP8, $parameterType could be an instance of ReflectionUnionType, which doesn't have isBuiltin method
112-
// if ($parameterClass === null) {
113-
// return null;
114-
// }
112+
if ($parameterClass === null) {
113+
return null;
114+
}
115115
$type = $parameter->detectType();
116116

117117
/**

0 commit comments

Comments
 (0)