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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ The file documents changes to the PHP_CodeSniffer project.
6
6
7
7
_Nothing yet._
8
8
9
+
## [4.0.0RC1] - 2025-06-18
10
+
11
+
This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.1] and [3.13.2].
12
+
13
+
### Changed
14
+
- The error code `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisbility` has been changed to `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisibility`. [#1136]
15
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
16
+
- The following sniff(s) have received efficiency improvements:
0 commit comments