Julien Falque

Results 149 comments of Julien Falque

I confirm increasing sleep multiplier fixes the remaining issue. Everything looks good to me, thank you!

I can try to work on it if that would help. It looks like all lexer tests assume that it only supports reading from the relevant Annotation part of the...

With `@Foo " @Bar " @Baz`, the lexer does return a string token with `" @Bar "` as value, which is a bug to me. As a workaround, the parser...

I have a similar issue but for me the slider is moved to the right instead of left (maybe because I enabled "Swap slider axis"). It seems to happen everytime...

I would say that both normalization (trimming, enforcing format, ...) and validation should be part of your domain's model, not in your integration with the framework, so it should happen...

This looks like a good idea but I don't have all the background information required to understand it. > The idea is to help a preloader to find classes that...

I tried running `braces` rule on your code sample on latest `master` and on `v3.0.0` and I didn't notice any difference. In both cases, the code was fixed to: ```php

We could also adapt [phpdoc_types_order](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/rules/phpdoc/phpdoc_types_order.rst) for native type declarations. Edit: #6567.

Sorry for not answering earlier. I do like the current state of this PR (i.e. a single configurable fixer). However, like @keradus said in #2062, part of what it does...