Vincent Langlet
Vincent Langlet
Do you want a feature request @Wirone ?
Done https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7993
I don't think I ever created a rule so far. I'll be happy to get some feedback (for instance about the name or the config) @Wirone @julienfalque @mvorisek @kubawerlos before...
> Edit: I know it's a WIP, but from what I tested (and what the tests expect as well), it transforms this: > > ``` > $arr = ['test', >...
> Will this supersede #6774 and/or `on_multiline` - or do they do different things? Kinda related to discussion https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7813#discussion_r1527593935 There is an overlap between the two rules. > @VincentLanglet once...
> I don't see the need for an option here, it's also a "body" - the rule's name does not refer to functions, classes or anything particular, so it can...
> Doing more than PER specifies is not a violation I disagree with this as soon as the rule is (or will be) inside the PER Ruleset. When I add...
The PR will fix the bug indeed. Then we could add a rule to improve the display of multiline array (one item by line).