Greg Korba
Greg Korba
Please provide minimal reproducer that don't refer to files from your filesystem. This should be a simple snippet + command like `./php-cs-fixer check --verbose --diff reproducer.php --rules='{"statement_indentation":{"stick_comment_to_next_continuous_control_statement":true}}'`, so it's possible...
Reproduced on `3.16`, but it's weird since Fixer applies `doctrine_annotation_array_assignment, doctrine_annotation_braces` when using `@DoctrineAnnotation`, and when I use each of those 2 fixers separately, there is no such change (from...
I am going to close this, as this wasn't picked up for 6 years, and there's close-to-zero chance that anyone will do it at this point, especially when annotations are...
Current behaviour: I see it as totally valid approach to do not touch PHPDoc with comments (especially considering [this](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7174#issuecomment-1647807108)), so I will leave it closed. There wasn't any interest in...
@impara great to hear! Take a look at contribution guide and other, merge PRs with `topic/priority` to get familiar with what kind of changes are needed (tests, priorities in the...
@mvorisek I don't want to do this, because if issue reaches stale status more than once, it probably means it is out of the interest of everyone and requires further...
@keradus I will most probably provide proposal via Discussions, this is mostly for tracking the task than needs to be done. Then we can put here summary of what was...
I've linked this issue in the todo list of #7247 but please don't extract other items to dedicated issues. PER-CS support doesn't need to be provided at once (rather PR...
Currently `group_import` is not configurable in any way, it just groups everything (with classes/functions separation). Feel free to contribute 🙂. ℹ️ If anybody wants to implement it, then new config...
@norberttech would you be also interested in this?