StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled"

This commit is contained in:
Meritoo
2018-06-16 14:34:00 +02:00
parent 0f37edfc9b
commit fc7df571e2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
preset: symfony
enabled:
- binary_operator_spaces
- concat_with_spaces
- phpdoc_add_missing_param_annotation
- phpdoc_order

View File

@@ -9,3 +9,4 @@ Common and useful classes, methods, exceptions etc.
4. StyleCI & PHP Coding Standards Fixer: update configuration
5. Documentation > Docker > add paragraph for PHP Coding Standards Fixer
6. Coding standard > fix automatically
7. StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled"