Skip to content

Support parsing literal float and int #752

@ging-dev

Description

@ging-dev
<?php

class Card {
	/**
	 * @param int<2, 9>|11|1.5 $rank
	 */
	public function __construct($rank) {
	}
}

image

It should parsing as int|float

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions