-
## Summary
Simplify ability to add support to more formats
## Context
Even if I consider [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) as the futur of reporter solutio…
-
**Is your feature request related to a problem? Please describe.**
It's not a problem, and we may consider it as an improvement to PHP linters
**Describe the solution you'd like**
Add first integ…
-
## Is your feature request related to a problem?
XML docs for sniffs should have consistent formatting, but this can't currently be checked automatically as the `xmllint` + `diff` commands need the…
jrfnl updated
1 month ago
-
Intelephense doesn't show any formatting issues, although as I can see at https://github.com/bmewburn/vscode-intelephense/blob/master/package.json, formatting is set to PSR-12 and enabled by default.
…
-
Hello,
Is there any way to disable fixer on some portion of code, .e.g a form builder chained call :
```php
public function configureFormFields(FormMapper $formMapper)
{
// @f…
-
## Is your feature request related to a problem?
Add the auto fix on the Squiz.Operators.ComparisonOperatorUsage
## Describe the solution you'd like
When run phpcbf with the rule Squiz.Operators.…
-
## Describe the bug
The ScopeIndent sniff suggests a quite strange indentation when processing multi-nested `match`-statements
// It's a copy of my bug report from the old repo (squizlabs/PHP_Code…
-
## Description
Checks that all plugin scripts and styles are enqueued using core functions and not directly output in HTML. This will use the existing WordPress.WP.EnqueuedResources sniff in the [W…
-
## Describe the bug
PHPSniffer managed to run forever analyzing a certain CSS file. (I discovered later, 'practically forever', as in longer than the heat death of the universe, but still it theoreti…
-
## The problem
PHP 8.2 introduced [Disjunctive Normal Form Types](https://wiki.php.net/rfc/dnf_types), which now adds parentheses to the tokens allowed within type declarations.
This is currentl…
jrfnl updated
5 months ago