Skip to content

Commit

Permalink
prepared the 3.51.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Feb 28, 2024
1 parent 008b824 commit 127fa74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.51.0
---------------------

* chore: add missing tests for non-documentation classes (#7848)
* chore: do not perform type analysis in tests (#7852)
* chore: list over array in more places (#7857)
* chore: tests documentation classes (#7855)
* feat: `@Symfony` - add nullable_type_declaration (#7856)
* test: fix wrong type in param annotation (#7858)

Changelog for v3.50.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Expand Up @@ -41,7 +41,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.50.1-DEV';
public const VERSION = '3.51.0';
public const VERSION_CODENAME = 'Insomnia';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 127fa74

Please sign in to comment.