Skip to content

Commit d175795

Browse files
committed
Update changelog
1 parent 13c8004 commit d175795

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)