You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: