Skip to content

Commit ec7497b

Browse files
committed
[ci-review] Rector Rectify
1 parent a36f6b5 commit ec7497b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpDocDecorator/PhpDocFromTypeDeclarationDecorator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function decorateReturn(ClassMethod|Function_|Closure|ArrowFunction $func
9797
$this->phpDocTypeChanger->changeReturnType($functionLike, $phpDocInfo, $returnDocType);
9898
}
9999

100-
101100
$functionLike->returnType = null;
102101
if (! $functionLike instanceof ClassMethod) {
103102
return;

0 commit comments

Comments
 (0)