CS fix for #5245#5391
Conversation
This reverts commit 76074d4.
|
ha! if cs fix is applied to the test classes (which is what this PR does), the tests fail because the fixer alters the argument of the assertions. possible solutions:
i'll wait for comments. |
some reflection tests have to be escluded from cs fixing otherwise assertions arguments will be affected.
|
When I run |
|
Hmm that's odd. Have you tried running it via |
|
@stefanotorresi Yes, of course. And those are the files it highlights -- tailing spaces and function_declaration errors on the first 2, and braces and function_declaration errors on the last. |
|
@stefanotorresi actually... I have a script that goes and runs php-cs-fixer on any files that have changed from the branch I merged against. Evidently, php-cs-fixer does not consult the |
|
ok then :) |
The fixes done during #5245 merge had to be, well... fixed! :p