fkupper / phpmd
There is no license information available for the latest version (1.0) of this package.
Custom rulesets for PHPMD
1.0
2019-05-29 12:11 UTC
Requires
- phpmd/phpmd: ^2.6
This package is auto-updated.
Last update: 2024-10-29 03:58:52 UTC
README
This project contains a ruleset to be used with phpmd https://github.com/phpmd/phpmd
Installation
$ composer global require fkupper/phpmd
Rules
- All phpmd rules
- Excluded static usage of classes due to laravel facades among others
- Excluded some short variable names such as
$to
in a mailable or$I
in codeception