diff --git a/.styleci.yml b/.styleci.yml index e8497fb..01cf726 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,7 +1,6 @@ preset: symfony enabled: - - binary_operator_spaces - concat_with_spaces - phpdoc_add_missing_param_annotation - phpdoc_order diff --git a/CHANGELOG.md b/CHANGELOG.md index 919a155..d4b49ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"