Skip to content

Commit

Permalink
This is always a type
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored and ondrejmirtes committed Dec 30, 2019
1 parent 3000ea6 commit 7d23f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/Php/PhpFunctionFromParserNodeReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function getVariants(): array
$this->isVariadic(),
$this->getReturnType(),
$this->phpDocReturnType ?? new MixedType(),
$this->realReturnType ?? new MixedType()
$this->realReturnType
),
];
}
Expand Down

0 comments on commit 7d23f5e

Please sign in to comment.