From fc7df571e28d63b9097d0f2753c19c2af4117c2f Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sat, 16 Jun 2018 14:34:00 +0200 Subject: [PATCH] StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled" --- .styleci.yml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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"