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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,11 @@ The file documents changes to the PHP_CodeSniffer project.
164
164
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
165
165
- Fixed bug #3854 : Fatal error when using Gitblame report in combination with `--basepath` and running from project subdirectory
166
166
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
167
+
- Fixed bug #3856 : PSR12.Traits.UseDeclaration was using the wrong error code - SpacingAfterAs - for spacing issues after the use keyword
168
+
- These will now be reported using the SpacingAfterUse error code.
169
+
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
170
+
- Fixed bug #3856 : PSR12.Traits.UseDeclaration did not check spacing after use keyword for multi-line trait use statements
171
+
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
167
172
- Fixed bug #3867 : Tokenizer/PHP: union type and intersection type operators were not correctly tokenized for static properties without explicit visibility
168
173
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
169
174
- Fixed bug #3877 : Filter names can be case-sensitive. The -h help text will now display the correct case for the available filters
0 commit comments