diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0f99d4e649..4bea45e7f9 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -14,7 +14,7 @@ jobs: php-version: '7.2' coverage: 'none' extensions: 'json, mbstring, tokenizer' - tools: 'composer-normalize:2.13.3, php-cs-fixer:3.0.0' + tools: 'composer-normalize:2.13.3, php-cs-fixer:3.3.2' - name: 'Check PHP code' run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index c53aeb4b1c..bc12ca3762 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added `bytes` processor [#2008](https://github.com/ruflin/Elastica/pull/2008) ### Changed * Triggered deprecation in `Elastica\Result::getType()` method [#2016](https://github.com/ruflin/Elastica/pull/2016) +* Updated `php-cs-fixer` to `3.3.2` [#2022](https://github.com/ruflin/Elastica/pull/2022) ### Deprecated * Deprecated `Elastica\Query\Common` class, use `Elastica\Query\MatchQuery` instead [#2013](https://github.com/ruflin/Elastica/pull/2013) * Deprecated `Elastica\QueryBuilder\DSL\Query::common_terms()`, use `match()` instead [#2013](https://github.com/ruflin/Elastica/pull/2013) diff --git a/phive.xml b/phive.xml index c271815c5a..1a845ddbbf 100644 --- a/phive.xml +++ b/phive.xml @@ -1,5 +1,5 @@ - +