Skip to content

Commit 65dfeb3

Browse files
authored
Merge pull request #734 from PHPCSStandards/feature/changelog-1.2.1
Changelog for PHPCSUtils 1.2.1
2 parents 9266ac8 + 57df494 commit 65dfeb3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1010
_Nothing yet._
1111

1212

13+
## [1.2.1] - 2025-11-17
14+
15+
### Fixed
16+
17+
#### Abstract Sniffs
18+
19+
* The `AbstractArrayDeclarationSniff::getActualArrayKey()` method could cause deprecation notices and even fatal errors, when a PHPCS scan would be run on a different PHP version than the "code under scan" is targetting and the "code under scan" contained deprecated/removed type casts. [#733]
20+
21+
[#733]: https://github.com/PHPCSStandards/PHPCSUtils/pull/733
22+
23+
1324
## [1.2.0] - 2025-11-11
1425

1526
### Added
@@ -30,7 +41,7 @@ _Nothing yet._
3041

3142
#### Other
3243

33-
* Dropped support for [PHP_CodeSniffer] < 3.13.5/<4.00. [#729]
44+
* Dropped support for [PHP_CodeSniffer] < 3.13.5/4.0.1. [#729]
3445
Please ensure you run `composer update phpcsstandards/phpcsutils --with-dependencies` to benefit from this.
3546
* Various housekeeping.
3647

@@ -1322,6 +1333,7 @@ This initial alpha release contains the following utility classes:
13221333

13231334

13241335
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
1336+
[1.2.1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.2.0...1.2.1
13251337
[1.2.0]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.1.3...1.2.0
13261338
[1.1.3]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.1.2...1.1.3
13271339
[1.1.2]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.1.1...1.1.2

0 commit comments

Comments
 (0)