Skip to content

Commit ad545ea

Browse files
authored
Merge pull request #1217 from PHPCSStandards/feature/changelog-3.13.4
Changelog for the 3.13.4 release
2 parents 288a2a9 + 905603e commit ad545ea

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
@@ -7732,6 +7744,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
77327744
-->
77337745

77347746
[Unreleased]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
7747+
[3.13.4]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.3...3.13.4
77357748
[3.13.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.2...3.13.3
77367749
[3.13.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.1...3.13.2
77377750
[3.13.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.0...3.13.1

0 commit comments

Comments
 (0)