Summary
runTests.sh -s phpCsFixer doesn't fix fixable code style warnings.
Steps to reproduce the problem
- Move the
{ in a PHP class to the end of the previous line.
- Run
runTests.sh -s phpCsFixer.
- Check whether the code is fixed.
Actual behavior
The code is unchanged.
Expected behaviour
The code is fixed.
Summary
runTests.sh -s phpCsFixerdoesn't fix fixable code style warnings.Steps to reproduce the problem
{in a PHP class to the end of the previous line.runTests.sh -s phpCsFixer.Actual behavior
The code is unchanged.
Expected behaviour
The code is fixed.