File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased] ( https://github.com/orisai/coding-standard-php/compare/3.10.3...v3.x )
99
10+ ### Added
11+
12+ - ` SlevomatCodingStandard.TypeHints.ClassConstantTypeHint ` sniff
13+ - require typed class constants on PHP 8.3+
14+
1015### Changed
1116
1217- ` slevomat/coding-standard ` upgraded to ` ^8.16.0 `
Original file line number Diff line number Diff line change 5353 <!-- - since 8.1 -->
5454 <!-- - since 8.2 -->
5555 <!-- - since 8.3 -->
56+ <rule ref =" SlevomatCodingStandard.TypeHints.ClassConstantTypeHint" />
5657
5758</ruleset >
Original file line number Diff line number Diff line change 5353 <!-- - since 8.1 -->
5454 <!-- - since 8.2 -->
5555 <!-- - since 8.3 -->
56+ <rule ref =" SlevomatCodingStandard.TypeHints.ClassConstantTypeHint" />
5657 <!-- - since 8.4 -->
5758
5859</ruleset >
You can’t perform that action at this time.
0 commit comments