marcosh / php-type-checker
This package is abandoned and no longer maintained.
No replacement package was suggested.
Checks if type hints are present and coherent with doc block declarations
0.2.0
2017-05-16 15:07 UTC
Requires
- php: ^7.1
- roave/better-reflection: dev-master
- symfony/console: ^3.2
Requires (Dev)
- phpunit/phpunit: ^6.0
README
Checks if type hints are present and coherent with doc block declarations
Install
Install using Composer with
composer require marcosh/php-type-checker
Usage
To scan the content of a directory $PATH
,
vendor/bin/ptc check $PATH