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
+21
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ The file documents changes to the PHP_CodeSniffer project.
6
6
7
7
_Nothing yet._
8
8
9
+
## [3.11.1] - 2024-11-16
10
+
11
+
### Changed
12
+
- Output from the `--generator=...` feature will respect the OS-expected EOL char in more places. [#671]
13
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
14
+
- Various housekeeping, including improvements to the tests and documentation.
15
+
- Thanks to [Bartosz Dziewoński][@MatmaRex] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
16
+
17
+
### Fixed
18
+
- Fixed bug [#674] : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
19
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
20
+
- Fixed bug [#675] : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
21
+
- Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
22
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
0 commit comments