-
This template is for **user support**. If you are reporting an actual Flycheck bug, please use the relevant issue template instead.
## Checklist
- [x] I have searched existing issues and StackOve…
-
Check for new versions of the following dependencies used in this project, and update them in the composer.json accordingly:
```
"friendsofphp/php-cs-fixer",
"phpmd/phpmd",
"phpstan/ph…
-
Version: 0.7.x
Steps to reproduce in a clean PHP project:
- `composer req lin3s/cs --dev`
- Copy composer.json required `scripts` and `extra` sections
- Use following config (as detailed in do…
-
For CI tools, maybe formatting is must, to do something like this:
![captura de tela de 2016-05-18 00-07-46](https://cloud.githubusercontent.com/assets/750007/15346271/b2f89966-1c8c-11e6-863a-275ba61…
-
Using phpmd 2.6.0, I'm unable to correctly suppress warnings on anonymous classes
The following outputs
**Avoid unused local variables such as '$unused'.**
```php
rhysr updated
11 months ago
-
I think global install is nice and it can also be done with composer, but supporting a local install via composer would also be nice. We frequently pin phpmd to specific versions for a project.
It se…
-
- PHPMD version: 2.7.0
- PHP Version: 7.3
- Installation type: composer
- Operating System / Distribution & Version: mac os
### Current Behavior
If i have the following rule in my xml
```
…
-
-
See, https://github.com/ly95/vsc.phpmd/blob/master/server/src/server.ts#L113
Composer support using `''` as default executablePath value!
There are two ways to solve:
1. Revert https://github.com/l…
-
Currently PHPMD (as far as I can see it) complains about unused formal parameters when implementing an interface.
Given the interface declares a method ```public function foo ($bar, $baz);``` and m…