Skip to content

Commit b6a7045

Browse files
authored
Merge pull request #402 from PHPCSStandards/feature/changelog-1.4.2
Changelog for PHPCSExtra 1.4.2
2 parents e63a219 + 7583446 commit b6a7045

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1414

1515
_Nothing yet._
1616

17+
18+
## [1.4.2] - 2025-10-28
19+
20+
### Changed
21+
22+
#### Other
23+
24+
* Various housekeeping.
25+
26+
### Fixed
27+
28+
#### Universal
29+
30+
* `Universal.OOStructures.AlphabeticExtendsImplements` incorrectly displayed the "expected" and "found" names. [#378]
31+
* `Universal.WhiteSpace.CommaSpacing` could accidentally cause a fatal error if the content adjacent to the comma was a text string containing percentage signs. Thanks [@westonruter] for reporting! [#400], [#401]
32+
33+
[#378]: https://github.com/PHPCSStandards/PHPCSExtra/pull/378
34+
[#400]: https://github.com/PHPCSStandards/PHPCSExtra/issues/400
35+
[#401]: https://github.com/PHPCSStandards/PHPCSExtra/pull/401
36+
37+
1738
## [1.4.1] - 2025-09-05
1839

1940
### Changed
@@ -679,6 +700,7 @@ This initial alpha release contains the following sniffs:
679700
[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
680701

681702
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
703+
[1.4.2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.4.1...1.4.2
682704
[1.4.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.4.0...1.4.1
683705
[1.4.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.3.1...1.4.0
684706
[1.3.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.3.0...1.3.1
@@ -705,3 +727,4 @@ This initial alpha release contains the following sniffs:
705727
[@rodrigoprimo]: https://github.com/rodrigoprimo
706728
[@stronk7]: https://github.com/stronk7
707729
[@szepeviktor]: https://github.com/szepeviktor
730+
[@westonruter]: https://github.com/westonruter

0 commit comments

Comments
 (0)