Skip to content

Commit

Permalink
Remove unused coalesce
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen authored and ondrejmirtes committed Jan 24, 2020
1 parent 36c2455 commit ded4467
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public function getPhpDocType(): Type

public function getNativeType(): Type
{
return $this->realType ?? new MixedType();
return $this->realType;
}

public function passedByReference(): PassedByReference
Expand Down

0 comments on commit ded4467

Please sign in to comment.