Closed Grummfy closed 7 years ago
@vonglasow do you have time to look at this issue? Maybe @Grummfy, you should try a PR? Do you time for that?
well I got time for simple stuff
Ok I can reproduce the error I will see how to fix it.
Ok, so error found, I have identify the problem. The only thing is the code to fix it produce a BC break regarding the version of php-cs-fixer used. We need to replace the method fix
used, by an inheritance method abstract called applyfix
. The only change is the method name which create the BC break.
@vonglasow @Grummfy Time to fix that?
It's already fixed on my side I have the code here but the will produce a BC I will create a branch and make a PR for that. We will see after what can we do.
\o/
when I install php-cs-fixer globaly, I go errors php-cs-fixer --version PHP CS Fixer 2.3.1 by Fabien Potencier and Dariusz Ruminski (d5257f7)