Dariusz Rumiński
Dariusz Rumiński
some context about ruleset: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/4435#issuecomment-714363283 probably set could be groomed, but we cannot add all constructs to PSR ruleset.
i fail to reproduce ## preps ``` ker@d PHP-CS-Fixer % export PHP_CS_FIXER_ENFORCE_CACHE=1 ## so one can run Fixer with cache on source repo ker@d PHP-CS-Fixer % git ds diff --git...
Thank you. please check #8488 , i believe it's solving reported issue
I synced master to your branch, please check the failing CI. you need to add things like those to your PR ``` * @extends AbstractFixerTestCase * * @phpstan-import-type _AutogeneratedInputConfiguration from...
> PHP CS Fixer is a great tool but the configuration becomes more and more messy over time. I strongly encourage to use presets, eg `@PHP74Migration + @PER-CS`. manual rulesets...
@speller , i highly encourage to raise PR with improvements you have in mind 🎉
explicitly a feature https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/feature-or-bug.rst?plain=1#L22 still nice to have PR to cover it ;)
@gharlan you play a lot with kinds, ids etc recently. any thoguhts on the topic ?
There was a test for parallel that was skipped in CI, do you recall it @Wirone ? i believe as fast as we run it on CI and it's not...