Skip to content

Commit

Permalink
Merge branch 'master' into fix-assert-for-phpunit-9-1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-ciszewski committed May 11, 2024
2 parents f84f505 + 3117b95 commit c5a6d59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.56.1
---------------------

* chore: improve PHPDoc typehints (#7994)
* CI: Allow any integer in PHPStan error for Token's constructor (#8000)
* fix: Better array shape in `PhpUnitDedicateAssertFixer` (#7999)
* fix: `ConstantCaseFixer` - do not touch typed constants (#7998)

Changelog for v3.56.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.56.1-DEV';
public const VERSION = '3.56.2-DEV';
public const VERSION_CODENAME = '15 Keys Accelerate';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit c5a6d59

Please sign in to comment.