We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce9fa0 commit b2d8b1cCopy full SHA for b2d8b1c
src/Proxy/Generator.php
@@ -139,7 +139,7 @@ protected function getTypes(ReflectionNamedType|ReflectionUnionType|ReflectionIn
139
if ($type->isBuiltin()) {
140
return $nullable . $type->getName();
141
}
142
- return '\\' . $nullable . $type->getName();
+ return $nullable . '\\' . $type->getName();
143
144
145
if ($type instanceof ReflectionUnionType) {
0 commit comments