Aad Mathijssen

Results 9 issues of Aad Mathijssen

Hi, It looks like the OAuth 2.0 client does not support Proof Key for Code Exchange (PKCE) for the Authorization Code flow. When looking through the code, I saw that...

enhancement

This PR adds the `SlevomatCodingStandard.Classes.MethodPerClassLimit` sniff which allows the user to limit the number of allowed methods per class, trait, interface or anonymous class. The number of allowed methods can...

Hi, I noticed that the latest official release/tag of this package is now almost two years old. Looking at the commits on the `develop` branch, I saw that a incredible...

This PR improves special annotation detection of the `Magento2.Security.XssTemplate` sniff by adding `T_SEMICOLON` as a statement separator. This resolves the issue that violations in a statement might be ignored by...

Progress: ready for review

This PR resolves the issue that in the `Magento2.Security.XssTemplate` sniff `FoundUnescaped` violations are sometimes incorrectly reported as `FoundNotAllowed`. This currently happens from the moment the first `FoundNotAllowed` is reported, after...

Progress: ready for review

**Describe the bug** While investigating different ways to implement type-safe collections, I noticed that the `Generic.CodeAnalysis.UselessOverridingMethod` generates false positives when narrowing types of the base class. **Code sample** ```php ```...

When using composer to add the Aoe_Profiler module, the only way to add a recent version is to use dev-master. The problem with this is, is that by default composer...

The following code is deprecated in PHP 8.0 because the parameter with a default value is followed by a required parameter (see the [Deprecated Features for PHP Core](https://www.php.net/manual/en/migration80.deprecated.php#migration80.deprecated.core)): ```php

## Feature Suggestion I would like the `jira/label` annotation to support _multiple_ labels instead of single label. I suggest to do this by allowing space characters as separators (it is...

kind/enhancement
stale