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

Support PHP 7.0 scalar type hints

tomzx opened this issue · comments

This will most likely be handled in a similar fashion to how typehint works. Thus, it should most likely make use of the same rules when analyzing code.

Scalar types is already handled when analyzing a function/method signature @ 4666578.