Julien Falque

Results 149 comments of Julien Falque

The bug was reported for `braces` but it actually relies on `statement_indentation` internally, were the bug has been fixed, so it should be fixed for `braces` as well.

This is still something I'd like to have control over when working on PHP code, but we can configure it to keep current style in this project specifically. I may...

Closing for now, I'll reopen if I can find some time and motivation to recover this.

I'm facing the same issue with a different scenario: 1. Firefox is tiled on the left side of the screen 2. For some unknown reason Firefox starts to have weird...

I applied the changes. I'll see if the issue happens again.

I'm facing the same issue: when a `MessageDecodingFailedException` is thrown while decoding a message, the message is not passed to the retry mechanism. Instead, the consumer crashes and the message...

This would be an awesome feature, but I think it should be a fixer dedicated to reduce any line length, not only method signatures. Something like `LineMaxLengthFixer` that is able...

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: ```php class Foo { public...

@nicolas-grekas Since version 2.12, the `method_argument_space` rule has a `on_multiline` option that can be set to `ensure_single_line`.