You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform syntax check of sourcecode files via lint (php -l)
Measure project size using PHPLOC (phploc)
Calculate software metrics using PHP_Depend (pdepend)
Perform project mess detection using PHPMD and print human readable output. Intended for usage on the command line before committing (pmd)
Find coding standard violations using PHP_CodeSniffer and print human readable output. Intended for usage on the command line before committing (PHP_CodeSniffer)
Find duplicate code using PHPCPD (phpcpd)
Generate API documentation (phpdocumentor)
The text was updated successfully, but these errors were encountered:
CI
Automation
The text was updated successfully, but these errors were encountered: