```php <?php class Card { /** * @param int<2, 9>|11|1.5 $rank */ public function __construct($rank) { } } ```  It should parsing as `int|float`