Skip to content

Commit 2139678

Browse files
committed
remove space as it was before
1 parent 4e82081 commit 2139678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/TypehintHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public static function decideType(
8181
if ($phpDocType !== null && $type->isNull()->no()) {
8282
$phpDocType = TypeCombinator::removeNull($phpDocType);
8383
}
84-
8584
if ($type instanceof BenevolentUnionType) {
8685
return $type;
8786
}

0 commit comments

Comments
 (0)