tomzx / php-semver-checker

Compares two source sets and determines the appropriate semantic versioning to apply.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for nullable parameters/return value

tomzx opened this issue · comments

NullableType objects are returned by php-parser, which currently causes a problem when we are asking for the type of such object (see #94).

Parameters should be supported @ 7bdf3e1.