phpDocumentor/TypeResolver

Integer Range Issue

Closed this issue ยท 3 comments

voku commented

e.g. int<0,1> isn't working currently ๐Ÿ˜•

Fix: #153

I merged your PR, but we do have a failing test version right now. I need to check why PHPUnit is failing on PHP 7.2. before I can create a new release.

The problem came from PHPUnit.
There was a regression in 8.5.24, but it has been fixed in 8.5.25: sebastianbergmann/phpunit#4934

So if you rerun the tests it should be ok now.

Release is created