SublimePhpCsFixer
SublimePhpCsFixer copied to clipboard
Allow risky fixers with `allow_risky` setting
By default PHP-CS-Fixer won’t run if you have "risky" rules in your config.
I added a setting named allow_risky to opt-in by adding the --allow-risky=yes param to the command.