Kyle
Kyle
If anyone is passing by here, the `$negated` is indeed always `false` in this situation so it cannot be used. And the condition to stop iterating will use `>` or...
Duplicates #253 but the old one get closed so let's keep this one open. I wonder if we will support all the syntax (i.e. `__CLASS__`, `self::class`, `static::class`, `get_class()` etc.). I...
Yes yes, we know PHPMD has a bug, or rather that we never implemented any support for those syntax, we have the same issue with `[$this, 'foo']` and `is_callable` is...
@JeroenHeemskerk if what you need is to completely disable a rule for the whole project it's already possible by config: https://phpmd.org/documentation/creating-a-ruleset.html#excluding-rules-from-a-rule-set ```xml ```
Hello, Currently the product name is `Proton VPN` (see https://protonvpn.com/), the name without space is the old one and is now only in few places not updated or places in...
Crap `@phpstan-ignore` won't do the trick the way we use it as it does not raise the same problems depending on the version (depending if the method exists or not)...