phpmd
phpmd copied to clipboard
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measure...
👋 Hi, there! I like to use PHAR distributions of my Composer dependencies to minimize transitive dependencies. I see that PHPMD provides one, but only via raw download. Would you...
Type: feature This PR add the exception property to the UnusedFormalParameter rule. Some classes of some frameworks, such as Laravel ApiResource, uses some parameters that arent used by the method....
Type: refactoring Breaking change: no 1. Use common directory structure as seen in thousands of PHP packages 2. Use PSR-4 autoloader (namespace\\ = src/)  🤩 What do you think...
In order to utilize more CPU cores, could you please add a parallel flag?
- PHPMD version: 2.13.0 - PHP Version: 8.2.6 - Installation type: composer - Operating System / Distribution & Version: Debian 11 (php docker image) ### Current Behavior When a class...
composer file used to install (latest) phpmd: ``` { "require-dev": { "phpmd/phpmd": "^2.13" }, "require": { "mi-schi/phpmd-extension": "^4.3" } } ``` ### Current Behavior ``` Trait method _ has not...
- PHPMD version: PHPMD 2.13.0snapshot202209100847 - PHP Version: 8.1.18 64bit - Installation type: PHAR - Operating System / Distribution & Version: Windows/11 ### Current Behavior An anonymous class defined in...
- PHPMD version: 2.13.0 (and pdepend 2.12.1) - PHP Version: 8.1.7 - Installation type: composer - Operating System / Distribution & Version: Alpine 3.16 (docker container) ### Current Behavior When...
- PHPMD version: 2.13.0 - PHP Version: 8.0.23 - Installation type: phive - OS: Linux Alpine 3.15 ### Current Behavior phpmd craches with the error "Unexpected token: (, ..." ###...
- PHPMD version: 2.13.0 - PHP Version: 8.1 - Installation type: composer - Operating System / Distribution & Version: Ubuntu 22.04 ### Current Behavior ``` ``` ``` ``` This will...