Skip to content

Commit 2649741

Browse files
committed
Merge branch 'master' into 4.x
2 parents 0a32996 + ad545ea commit 2649741

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The file documents changes to the PHP_CodeSniffer project.
66

77
_Nothing yet._
88

9+
## [3.13.4] - 2025-09-05
10+
11+
### Fixed
12+
- Fixed bug [#1213]: ability to run tests for external standards using the PHPCS native test framework was broken.
13+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
14+
- Fixed bug [#1214]: PHP 8.5 "Using null as an array offset" deprecation notices.
15+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
16+
17+
[#1213]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1213
18+
[#1214]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1214
19+
20+
921
## [3.13.3] - 2025-09-04
1022

1123
### Added
@@ -8064,6 +8076,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
80648076
[Unreleased]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
80658077
[4.0.0RC1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/4.0.0beta1...4.0.0RC1
80668078
[4.0.0beta1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...4.0.0beta1
8079+
[3.13.4]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.3...3.13.4
80678080
[3.13.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.2...3.13.3
80688081
[3.13.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.1...3.13.2
80698082
[3.13.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...3.13.1

0 commit comments

Comments
 (0)