Greg Korba
Greg Korba
Personally I don't see much value in this. Using float as a key is deprecated (triggers "Deprecated: Implicit conversion from float ... to int loses precision") and will cause error...
@mvorisek The [initial proposal](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6617#issue-1360530808) was addressed [here](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6617#issuecomment-1684482603) and I don't think we should work on this. However, [this one](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6617#issuecomment-1788988427) is OK for me, but IMHO it requires new issue with...
I believe we need better specification for this. Which visibility levels should be processed? Please keep in mind that touching public/protected properties this way is a BC break and Fixer...
Hey! Thanks for your report. We identified that `braces` fixer is too complex and has too many responsibilities. With that, [we decided to deprecate it](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/4885). That also means that we...
Thank you very much @paulbalandan 🍻
In #6803 regression tests were added and it seems like fetching property of enums in const expressions are supported properly. Fixtures described [above](#issuecomment-1241955456) are not needed because only `->name` and...
Mentioned PR clearly states: > not necessarily provides full support and I'm completely sure 😉 Probably it's ready for those new types, or pretty close to it. Unfortunately I did...
I'm going to close this one. PHP 8.2 support was officially added in v3.15 so if anything doesn't work as expected, we will handle it in new issues.
I believe there's no need for such import. QA tools or IDEs would rather report such unnecessary imports, like PHPStorm does: I'm going to close this one, @erlangparasu if you...
@iamacarpet maybe you could try [`single_space_around_construct`](https://cs.symfony.com/doc/rules/language_construct/single_space_around_construct.html#rule-single-space-around-construct) without `named_argument` in the `constructs_followed_by_a_single_space`? By default it trims extra spaces: But it's possible to leave it as is: Personally I don't like such...