Skip to content

Commit 862b249

Browse files
authored
Merge pull request #273 from PHPCSStandards/feature/changelog-1.1.2
Changelog for PHPCSExtra 1.1.2
2 parents e711c29 + 32a41a5 commit 862b249

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

1515
_Nothing yet._
1616

17+
## [1.1.2] - 2023-09-21
18+
19+
### Changed
20+
21+
#### Other
22+
23+
* Various housekeeping.
24+
25+
### Fixed
26+
27+
#### Universal
28+
29+
* `Universal.CodeAnalysis.ConstructorDestructorReturn`: the sniff will now correctly ignore methods mirroring the class name (PHP-4 style constructors) in namespaced code. [#207], [#272]
30+
31+
[#272]: https://github.com/PHPCSStandards/PHPCSExtra/pull/272
32+
33+
1734
## [1.1.1] - 2023-08-26
1835

1936
### Changed
@@ -506,6 +523,7 @@ This initial alpha release contains the following sniffs:
506523
[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
507524

508525
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
526+
[1.1.2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.1...1.1.2
509527
[1.1.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.0...1.1.1
510528
[1.1.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.4...1.1.0
511529
[1.0.4]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.3...1.0.4

0 commit comments

Comments
 (0)