Skip to content

devdrops/php-docblock-checker

 
 

Repository files navigation

##PHP DocBlock Checker

PhpDocblockChecker

SensioLabsInsight

Code Climate Test Coverage

A basic CLI (Command Line Interface) tool to verify if your PHP classes have DocBlocks.

###What it does?

This tool can:

  • Check if every PHP class and it's methods does have their own DocBlock.

###What it does not?

  • It doesn't check for the integrity of your DocBlocks at this time.

###What does it requires? Please check composer.json for details.

###Where is the documentation? Please check docs.md for further information on how to use this tool.

###And, in case I want some references?

About

📜 A simple tool for checking that your PHP classes and methods use docblocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%