Jean Lecordier

Results 12 comments of Jean Lecordier

The author (or anyone using this library) has to fix the code. The AnnoButton is defined as a ``, but it should be ``, or else it acts like a...

> To be honest I don't like the idea of couting the number of arguments because you may have a signature with a few long parameters: > > ``` >...

See this [discussion](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/discussions/8040) for options idea

I will also add another idea here instead of creating yet another discussion : Force function parameters to be on multiple lines when at least one of them has a...

Just to be sure, is this issue supposed to resolve the following case ? : Before : ```php $tab = [ 'a', 'b', 'c' ]; ``` After : ```php $tab...

No worries @Wirone, take the time necessary ! I've been wondering why the team wants "a fixer to do it all" (a thing that works for array, and function, and...

Mhh, I guess that's subjective then, thanks for answering anyway !

Could we take into account the fact that some entries are already on multiple lines, regardless of the length of the array ? See [my original comment](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/6930#issuecomment-2129542709) Before : ```php...

I have tried to create a minimal setup to reproduce the problem, using your base setup (but upgrading versions), and Parcel warns me with this : ``` @parcel/resolver-default: Auto installing...

Same issue here The server is probably not up to date, but should this behavior be normal ? Knowing that with the same server, the Android app is working fine...