ext-php-rs icon indicating copy to clipboard operation
ext-php-rs copied to clipboard

no support for union, intersection & DNF type hints

Open ju1ius opened this issue 2 years ago • 0 comments

Hi,

PHP 8.0 introduced union types, PHP 8.1 intersection types, and PHP 8.2 will ship with DNF types.

There is currently no way to express these in this library, so we have to fallback to mixed.

ju1ius avatar Nov 25 '22 23:11 ju1ius