Skip to content

Commit 65cbf11

Browse files
committed
remove type hint
1 parent a550db8 commit 65cbf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mappers/Parameters/TypeHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ private function reflectionTypeToPhpDocType(ReflectionType $type, ReflectionClas
425425
}
426426
return new Compound(
427427
array_map(
428-
function (ReflectionNamedType $namedType) use ($reflectionClass): Type {
428+
function ($namedType) use ($reflectionClass): Type {
429429
$phpdocType = $this->phpDocumentorTypeResolver->resolve($namedType->getName());
430430
Assert::notNull($phpdocType);
431431

0 commit comments

Comments
 (0)