File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## Unreleased
8+
9+ ### Changed
10+ * Update sirbrillig/phpcs-variable-analysis from 2.10.0 to [ 2.10.1] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.10.1 ) .
11+ * Increase ` testVersion ` for PHP Compatibility check to 7.4.
12+ * Increase ` minimum_supported_wp_version ` to 5.3.
13+
14+ ### Added
15+ * PHP Rule ` SlevomatCodingStandard.TypeHints.ReturnTypeHint ` : Require type hints for return values.
16+ * PHP Rule ` SlevomatCodingStandard.TypeHints.ParameterTypeHint ` : Require type hints for parameters.
17+ * PHP Rule ` SlevomatCodingStandard.TypeHints.UselessConstantTypeHint ` : Disallow useless ` @var ` annotations.
18+ * PHP Rule ` SlevomatCodingStandard.Classes.ClassConstantVisibility ` : Require declaring the visibility of class constants.
19+ * PHP Rule ` SlevomatCodingStandard.Functions.RequireArrowFunction ` : Require short closures/arrow functions if possible.
20+ * PHP Rule ` SlevomatCodingStandard.Functions.ArrowFunctionDeclaration ` : Require specific style of arrow functions.
21+
722## [ 1.6.0] - 2020-12-12
823
924### Changed
You can’t perform that action at this time.
0 commit comments