Search code examples
phpannotationsdocumentationphpdoc

How to measure phpDoc coverage?


Is there any way I can measure if all my PHP classes and methods have proper PHPdoc comments?

I.e. if there are enough @param definitions, a @return statement, ...?


Solution

  • PHP CodeSniffer checks for PHPDoc comments.