-
### Feature request
Since version 3.57.0 we are running PHP CS Fixer in parallel with great success. Though, we've encountered an issue while using the parallel runner: The stack trace when running…
-
-
Hello there,
Sorry in advance if i'm doing something wrong here.
I'm updating my "template" for TYPO3 project, with all dev tools i'm using, and i want to start using Fractor.
Running into [thi…
-
MacOS 13.6 M1
My log
```
runAsync: spawn /Users/nagi/.composer/vendor/bin/php-cs-fixer
[
"fix",
"--using-cache=no",
"--format=json",
"--config=/Users/nagi/code/xxx-service/.php-cs…
nagi1 updated
2 months ago
-
## Bug report
### Description
With a PHP file that has manually separated import groupings, `ordered_imports` seems to act a little weird, effectively maintaining the count of each element in th…
msbit updated
2 weeks ago
-
### Problem description
When combining grouped use statement and a use statement using commas, I get a syntax error when running PHP-CS-Fixer.
```
Found 0 of 1 files that can be fixed in 0.002 …
-
`@` = annotation
`#` = attributes
we have samples for:
`@` -> `#`
`@` -> `@#` (for new config option, when ppl want to use both, for interim stage of supporting both versions of PH…
-
### Problem description
@see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8262
First, I want to express my gratitude for this awesome work, second, I want to contribute.
Purpose of the `…
-
https://cs.symfony.com/
eg, it is pointing to PHPStorm integration to some custom integration article, while we have a proper link to built-in support in README file in repo.
anyone eager to play …
-
Hi,
I've got a problem with php-cs-fixer
I've made a custom .php_cs config file as following because I need to ignore files
that are located into database/* and don't follow PSR2 rules. U…