marcosh / php-type-checker
Checks if type hints are present and coherent with doc block declarations
Installs: 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/marcosh/php-type-checker
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