Julien Falque

Results 149 comments of Julien Falque

@tuqqu Build fixed on `master`, please rebase.

We didn't make a decision about https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5757#discussion_r646499681.

@tuqqu The handling of braces position has been extracted from `braces` into `curly_braces_position`, can you rebase and move your changes to this new rule?

While avoiding efforts duplication and favoring existing tools would be great, I think I would still like to have this feature here instead of installing another tool for it specifically.

The `braces` rule is known for doing too much things, some not really documented. The best way to go is to split the fixer into several smaller ones and deprecate...

@kbond Indeed, I updated my post with PR ref given by @dmvdbrugge. @dmvdbrugge Actually even the _"each subsequent line is indented at least once"_ isn't supported currently. I updated my...

Nope, nobody gave it a try yet.

We can create a `@PSR12` ruleset indeed, even if it doesn't contain any specific rule *yet*. Though tracking progress regarding PSR-12 support is the exact purpose of the original post...

Thank you @eclipxe13, I updated the TODO list.

Given the discussions, I would say that PSR-12 intended to enforce parentheses even without arguments, but provided examples inconsistent with that rule. I propose to keep `@PSR12` unchanged.