-
[Dominik Marczuk](https://github.com/mingos777), Gdańsk
[Sebastian Nowak](https://github.com/flashek), Gdynia
[Tomasz Tybulewicz](https://github.com/tybulewicz), Gdańsk
[Maciej Iwanowski](https://gith…
-
- PHPMD version: 2.15.0
- PHP Version: 8.1.23
- Installation type: composer
- Operating System / Distribution & Version: Ubuntu 22.04
### Current Behavior
Any of
```
Enum::from();
Enum::tryF…
-
@sandaemc I'm adding some behavior requirement outlines so we can start thinking about them:
* Use the XML (xpath could be really helpful), json, and traverser object and methods from the parser
*…
-
Hello,
This error appear when I name my boolean getter "isPrefered()"
It works with "getIsPrefered()" which generate a warning with phpmd
`[2019-04-24 15:54:27] php.CRITICAL: Call to undefine…
-
Proposing:
* [x] phpmd does NOT run by default - unlike others
* [x] copy paste detector does run by default
* [ ] If they run and error then they are an error
* [ ] you can opt in or out depend…
-
Provide an option to scan for problems onType, not just onSave.
-
I generate phpcs violations to XML log file via this command:
```
bin/phpcs --report-xml=build/phpcs.xml
```
Then in my `phpdox.xml.dist` file I have enabled the following enrichers (phploc, git, ph…
ghost updated
7 years ago
-
In order to utilize more CPU cores, could you please add a parallel flag?
-
My `composer.json`:
```json
{
"name": "internal-project",
"type": "project",
"description": "Fancy project",
"autoload": {
"psr-4": {
"App\\": "src/"
…
-
Im using php 7.2.9, xdebug 2.6.1, phpdox 1.11.2, phpunit 7.3.5, phpcs 3.3.1, phpmd 2.6.0
Runnig phpdox give me no errors...
There is no output from those enriches.
Look at https://github.com/ner…