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-4.x.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Upgrade guides for both [ruleset maintainers/end-users][wiki-upgrade-4.0-end-use
10
10
11
11
You are strongly encouraged to read the upgrade guide applicable to your situation before upgrading.
12
12
13
-
This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3] and[3.13.4].
13
+
This release includes all improvements and bugfixes from PHP_CodeSniffer [4.0.0-beta1], [4.0.0-RC1], [3.13.3] and [3.13.4].
14
14
15
15
### Changed
16
16
- Tokenizer/PHP: fully qualified `exit`/`die`/`true`/`false`/`null` will be tokenized as the keyword token and the token `'content'` will include the leading backslash. [#1201]
@@ -31,8 +31,9 @@ This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3
31
31
- If you contribute to PHP_CodeSniffer, you will need to update your local git clone.
32
32
- If you develop against PHP_CodeSniffer and run your tests against dev branches of PHPCS, you will need to update your workflows.
@@ -45,11 +46,10 @@ This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3
45
46
46
47
## [4.0.0RC1] - 2025-06-18
47
48
48
-
This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.1] and [3.13.2].
49
+
This release includes all improvements and bugfixes from PHP_CodeSniffer [4.0.0-beta1], [3.13.1] and [3.13.2].
49
50
50
51
### Changed
51
52
- The error code `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisbility` has been changed to `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisibility`. [#1136]
52
-
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
53
53
- The following sniff(s) have received efficiency improvements:
0 commit comments