-
Another thing we'd have to change before we can integrate on w.org is a more flexible "severity levels" solutions. Currently, we have 2 array variables `$errors` and `$warnings` but we need to be able…
-
I run duster via a custom command configured in the `composer.json` file:
```
"scripts": {
"format": [
"vendor\\bin\\duster fix --dirty"
],
"format:all": [
"vendor\\bi…
-
### Problem description
PHPCS erroneously attempts to replace a reference to class constant named `NULL` to `null.` This problem did not manifest in 3.57.0.
### Minimal reproducer
Good code:
…
-
The code will be easier to understand and maintain if types are added. This will also increase confidence in correctness.
* Parameter types
* Return types
* Property types
This should be possi…
-
## Describe the bug
When a class is readonly, ClassDeclaration sniff report `Expected 0 spaces before class keyword; 1 found`.
I know it's fixed on master (https://github.com/squizlabs/PHP_CodeSni…
-
Hi, sorry for my english.
Sorting do not work in latest versions.
Last working version is 1.2.5
It shows no error.
I do not know how sorting really works, but script never reach method \Knp\Component\…
-
### Request Description
Update to Drupal 10.2
Goal to have this done by the end of June
### What's the expected change?
- Update to Drupal 10.2
### What's the current functionality?
- On …
-
## Rationale
With the [official abandonment of the `squizlabs/php_codesniffer` project](https://github.com/squizlabs/PHP_CodeSniffer/issues/3932), the WPCS repository must plan to switch the depend…
-
## Describe the bug
A clear and concise description of what the bug is.
See https://github.com/grpc/grpc/issues/20250
### To reproduce
Steps to reproduce the behavior:
1. Add the grpc P…
-
Before anything, bravo on an incredible package, and I am very excited to see it grow. 👍
Laravel V11.7.0
Octane V2.3.10
Laravel Top V1.0.1
There may be an issue with how the request event han…