You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+64
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,68 @@ The file documents changes to the PHP_CodeSniffer project.
6
6
7
7
_Nothing yet._
8
8
9
+
## [3.12.2] - 2025-04-13
10
+
11
+
### Added
12
+
- Added support for PHP 8.4 `final` properties to the following sniffs:
13
+
- Generic.PHP.LowerCaseConstant [#948]
14
+
- Generic.PHP.UpperCaseConstant [#948]
15
+
- Squiz.Commenting.DocCommentAlignment [#951]
16
+
- Squiz.Commenting.VariableComment [#949]
17
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patches.
18
+
19
+
### Changed
20
+
- Tokenizer/PHP: a PHP open tag at the very end of a file will now always be tokenized as T_OPEN_TAG, independently of the PHP version. [#937]
21
+
- Previously, a PHP open tag at the end of a file was not tokenized as an open tag on PHP < 7.4 and the tokenization would depend on the `short_open_tag` setting.
22
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
23
+
- PEAR.Commenting.FunctionComment: improved message for "blank lines between docblock and declaration" check. [#830]
24
+
- The documentation for the following sniffs has been improved:
0 commit comments