Closed desyncr closed 3 years ago
Added support for ruleset option and defining branches
Facilitates working with custom ruleset / experiment on rules.
Now it's feasible to run php-cs / php-cs-diff against unstaged changes (neat) and customize branching options.
Added helper methods to handle flags, options and arguments
Remove usage of ngettext as extension may not be present and it's overkill
Remove usage of grep binary and use preg_* extension instead
Thanks for the comments. I'll address them shortly 👍
Added support for ruleset option and defining branches
Facilitates working with custom ruleset / experiment on rules.
Now it's feasible to run php-cs / php-cs-diff against unstaged changes (neat) and customize branching options.
Added helper methods to handle flags, options and arguments
Remove usage of ngettext as extension may not be present and it's overkill
Remove usage of grep binary and use preg_* extension instead