CodeCasterNL
CodeCasterNL
@SpacePossum thanks, updated the issue, the culprit seems to be the `throw` token parameter's inconsistency between `? : throw` and `?? throw`.
This code is too greedy: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/c87361818e90bfc7395e2b887498782cd3b25179/src/Fixer/Whitespace/NoExtraBlankLinesFixer.php#L392 The colon (`:`) is there to fix extraneous newlines after `switch - case - throw`, but it also triggers on the conditional (ternary) operator....
> Since we tokenize the colon for `T_CASE` and `ternary` (and even more cases like `goto`-colon) to the exact same type/value it is a real pain to deal with these...
@xenoscopic `docker-compose exec -T`, V1: ```cmd ➜ ~/.../ComposeV2 $ php dc2test.php bin boot dev [...] tmp usr var 0% ``` `docker-compose exec -T`, V2: ```cmd ➜ ~/.../ComposeV2 $ php dc2test.php...
Can't get it to work either with the suggestions mentioned above. To ignore this error (supports subnamespaces like `App\Entity\Foo\Bar` and `findXXX()` methods returning a (nullable) entity or array of entities):...
@cyrille-osyla which errors are reported for your repositories when you run PHPStan?
@cyrille-osyla I've updated the regex, your method started with "get" instead of "find".
Duplicate: #67.
@GrahamCampbell sorry, thought we were running the default config - we're using `@Symfony`, the culprit is `phpdoc_annotation_without_dot`, issue updated.
@mstv cool, thanks. I think the issue remains that it used to show earlier-chosen paths in the dropdown in the Clone window, just as it actually does in the settings...