dep: package update
This commit is contained in:
Vendored
+1
-1
@@ -53,7 +53,7 @@ class Util
|
||||
$type = $parameter->getType();
|
||||
|
||||
if (! $type instanceof ReflectionNamedType || $type->isBuiltin()) {
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
$name = $type->getName();
|
||||
|
||||
Reference in New Issue
Block a user