Skip to content

Commit b350f3c

Browse files
committed
Changelog for the 3.13.2 release
1 parent 7af44a3 commit b350f3c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ The file documents changes to the PHP_CodeSniffer project.
66

77
_Nothing yet._
88

9-
## [3.13.1] - 2025-06-12
9+
## [3.13.2] - 2025-06-18
10+
11+
### Changed
12+
- The documentation for the following sniffs has been improved:
13+
- Squiz.Classes.SelfMemberReference
14+
- Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
15+
- Various housekeeping, including improvements to the tests and documentation.
16+
- Thanks to [Rodrigo Primo][@rodrigoprimo] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
17+
18+
### Fixed
19+
- Fixed bug [#1135] : Squiz.Functions.FunctionDeclarationArgumentSpacing: typo in new error code `SpacingAfterSetVis\[i\]bility`.
20+
21+
[#1135]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1135
22+
23+
24+
## [3.13.1] - 2025-06-13
1025

1126
### Added
1227
- Added support for PHP 8.4 properties with asymmetric visibility to File::getMemberProperties() through a new `set_scope` array index in the return value. [#1116]
@@ -45,6 +60,7 @@ _Nothing yet._
4560
### Other
4661
- The latest PHP_CodeSniffer XSD file is now available via the following permalink: <https://schema.phpcodesniffer.com/phpcs.xsd>. [#1094]
4762
Older XSD files can be referenced via permalinks based on their minor: `https://schema.phpcodesniffer.com/#.#/phpcs.xsd`.
63+
- The GPG signature for the PHAR files has been rotated. The new fingerprint is: D91D86963AF3A29B6520462297B02DD8E5071466.
4864

4965
[#1094]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/1094
5066
[#1116]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1116
@@ -7634,6 +7650,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
76347650
-->
76357651

76367652
[Unreleased]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
7653+
[3.13.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.1...3.13.2
76377654
[3.13.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...3.13.1
76387655
[3.13.0]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.12.2...3.13.0
76397656
[3.12.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.12.1...3.12.2

0 commit comments

Comments
 (0)