##PHP DocBlock Checker
A basic CLI (Command Line Interface) tool to verify if your PHP classes have DocBlocks.
###How to install?
PRE NOTE: you should have Composer installed before proceed on these next steps.
- Run
git clone https://github.com/devdrops/php-docblock-checker.giton your terminal; - Once you've entered the project root folder, run
composer install; - And now you're ready to go! :D
###How to use?
- Once everything is correctly installed, run
php phpdoccheck -d /full/path/to/your/selection/. Remember that the -d flag is required! - Then, check the input to fix any fail.
