Closed sylbru closed 1 year ago
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.
allow_risky
--allow-risky=yes
Thank you for your PR!
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.