Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit 6875e61

Browse files
committed
Fix syntax
1 parent d63f920 commit 6875e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ private function getType(Tag $tag): array
378378
}
379379

380380
if (!$type1 instanceof Null_ && $type0 instanceof Null_) {
381-
return [$type1>__toString(), true];
381+
return [$type1->__toString(), true];
382382
}
383383

384384
// Mixed types, cannot guess

0 commit comments

Comments
 (0)