Skip to content

Commit

Permalink
prepared the 3.47.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 16, 2024
1 parent 8c041c8 commit 173c60d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.47.1
---------------------

* fix: Do not override short name with relative reference (#7752)
* fix: make `BinaryOperatorSpacesFixer` work as pre-v3.47 (#7751)
* fix: Proper Docker image name suffix (#7739)
* fix: `FullyQualifiedStrictTypesFixer` - do not change case of the symbol when there's name collision between imported class and imported function (#7750)
* fix: `FullyQualifiedStrictTypesFixer` - do not modify statements with property fetch and `::` (#7749)

Changelog for v3.47.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.47.1-DEV';
public const VERSION = '3.47.1';
public const VERSION_CODENAME = 'Big Changes';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 173c60d

Please sign in to comment.