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

Commit f98e4cf

Browse files
committed
Merge pull request #1 from meyerbaptiste/patch-syntax
Fix a little syntax error
2 parents d63f920 + 6875e61 commit f98e4cf

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)