-
@DeepDiver1975
Any plans to implement ``php-cs-fixer`` as we have in core ?
-
-
Laravel Pint runs CS Fixer to apply a clean code style.
Updating the Mixins keeps introducing code that does not agree with Pint.
The block starts with 2 empty lines which Pint removes,
The Pint ad…
-
### Feature request
repro: https://phpstan.org/r/1e78ac27-f854-4bd8-8d36-21989af535c1
discovered in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8212#discussion_r1773119536
-
### Feature request
PHP 8.4 allows to omit the `new` expression parentheses ([RFC](https://wiki.php.net/rfc/new_without_parentheses)).
Right now PHP CS Fixer has 2 rules dealing with parentheses:
…
-
## Context
https://github.com/junstyle/vscode-php-cs-fixer/pull/182
I see this previous ticket resulted in making it so that ${workspaceFolder} can be used, which is great
since i have about 100…
-
### Problem description
After enabling the parallel runner no files are being fixed anymore. It seems like CS fixer just finishes the process with the progress bar still being at 0%.
### Minimal rep…
-
Hello,
[PHP-CS-Fixer has recently introduced a way to run in parallel](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.57.0), which boost the performance drastically.
Unfortunately,…
-
when i add this comma before the last ")" twig breaks and renders nothing. white page.
twig php does support this comma.
```
{% set motifs = motifs|merge(
[
{id: 'blabla'},
], …
-
Can i use php-cs-fixer config file?