Skip to content

Commit

Permalink
prepared the 3.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 29, 2023
1 parent 4a8cf69 commit 983a24f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.31.0
---------------------

* chore: Use type declaration instead of type hint (#7338)
* feat: Introduce `attribute_placement` option for `MethodArgumentSpaceFixer` (#7320)
* fix: Adjust wording related to deprecations (#7332)
* fix: Correct deprecation header in rules' docs (#7337)
* fix: Replace mention of bracket with parenthesis (#7336)
* fix: `FunctionToConstantFixer` should run before `NativeConstantInvocationFixer` (#7344)

Changelog for v3.30.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 @@ -39,7 +39,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.30.1-DEV';
public const VERSION = '3.31.0';
public const VERSION_CODENAME = 'Jump & Run';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 983a24f

Please sign in to comment.