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

This package is auto-updated.

Last update: 2024-04-29 02:59:34 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