Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Improve readability of php-cs-fixer configuration (#1553)
We now use `addRules()` method instead of fiddling around with an array of rules. It allows us to overwrite existing rules, or even disable existing rules by setting them to `false`.
- Loading branch information