Skip to content

Commit 924af7c

Browse files
committed
Merge branch 'master' into 4.x
2 parents e1b9595 + 5b5e382 commit 924af7c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ 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+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
21+
22+
[#1135]: http://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1135
23+
24+
25+
## [3.13.1] - 2025-06-13
1026

1127
### Added
1228
- 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 +61,7 @@ _Nothing yet._
4561
### Other
4662
- The latest PHP_CodeSniffer XSD file is now available via the following permalink: <http://schema.phpcodesniffer.com/phpcs.xsd>. [#1094]
4763
Older XSD files can be referenced via permalinks based on their minor: `http://schema.phpcodesniffer.com/#.#/phpcs.xsd`.
64+
- The GPG signature for the PHAR files has been rotated. The new fingerprint is: D91D86963AF3A29B6520462297B02DD8E5071466.
4865

4966
[#1094]: http://github.com/PHPCSStandards/PHP_CodeSniffer/issues/1094
5067
[#1116]: http://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1116
@@ -7940,6 +7957,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
79407957

79417958
[Unreleased]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
79427959
[4.0.0beta1]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...4.0.0beta1
7960+
[3.13.2]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.1...3.13.2
79437961
[3.13.1]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...3.13.1
79447962
[3.13.0]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.12.2...3.13.0
79457963
[3.12.2]: http://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.12.1...3.12.2

0 commit comments

Comments
 (0)