Gert de Pagter

Results 42 issues of Gert de Pagter

Currently creating a new mutator requires a lot of boilerplate. It needs to be added tot he `MutatorProfile` in three different ways. This process should be simplified. We should take...

Help Wanted
PR rejected

- 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...

Enhancement
Configuration

Sometimes its not possible to add all the node visitors in the 'correct' order, as you may only want to add some under certain conditions. Therefore it would be nice...

Sometimes it may be useful to have a list of all packages that have a dependency on two (or more packages). For example, Lets say i have the package `me/root-package`,...

Feature

Currently i'm creating two builds, a modern and a legacy, and serving them both with `type=module` and `nomodule`. To do so i've created twig functions to add the correct attributes...

I'm not 100% sure what the best way would be to test this.

type/enhancement
feature/data-provider

- Algolia Client Version: N/A - Language Version: N/A ### Description Consider using a static analysis tool (like PHPStan or Pslam), in order to catch basic errors, like the class...

#### Support plan * *is this issue currently blocking your project?* no * *is this issue affecting a production system?* no #### Context * *node version*: 14 * *module version*:...

Currently methods like `preg_replace` have a return type of `string|array` specified. When in reality that return type is dependant on the input. Static analysis tools, like PHPStan and Psalm can...

Ran into this while seeing if we could use psalm to check the code base itself. So the question is, should we mark them as impure? ``` ERROR: ImpureMethodCall -...