php-docs-standards icon indicating copy to clipboard operation
php-docs-standards copied to clipboard

PHPUnit tests for documentation standards of PHP functions and methods.

Results 5 php-docs-standards issues
Sort by recently updated
recently updated
newest added

FQCN only for docblocks and exceptions @johnbillion

For some things, like including the Symfony PSR logger, the setLogger method there doesn't have proper docblock syntax, and this is detected by the test as a failure. However, short...

I've tried this out on a few files that are in classes within my Symfony project. It seems to parse the methods within the class, however instead of doing anything...

Instead of specifying function and class names, the test case should instead specify a list of file paths which are then statically scanned for functions and classes, and tested. This...

enhancement