I think from the reports, the only difference is maybe the one with --fix is excluding this "Object operator indent" (PHP_CodeSniffer\Standards\PEAR\Sniffs\WhiteSpace\ObjectOperatorIndentSniff) rule for some reason... so then it thinks code style is at 100% but its not...
With fixers
Here we can see, this "Object operator indent" is being applied but really without any modification being applied...
I think from the reports, the only difference is maybe the one with
--fix
is excluding this "Object operator indent" (PHP_CodeSniffer\Standards\PEAR\Sniffs\WhiteSpace\ObjectOperatorIndentSniff
) rule for some reason... so then it thinks code style is at 100% but its not...With fixers
Here we can see, this "Object operator indent" is being applied but really without any modification being applied...
Without fixers
Still reports these "Object operator indent"
And this is the config I use: https://gist.github.com/d8vjork/6ee0c48c8f48b06cf8bd22b429af95a7