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, ...?
@param
@return
PHP CodeSniffer checks for PHPDoc comments.