Skip to content

Commit

Permalink
prepared the 3.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 1, 2022
1 parent 3a2a7a8 commit 7dcdea3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.11.0
---------------------

* bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
* bug: Do not treat implements list comma as array comma (#6595)
* bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)
* bug: MethodChainingIndentationFixer - Fix bug with attribute access (#6573)
* bug: NoMultilineWhitespaceAroundDoubleArrowFixer - fix for single line comment (#6589)
* bug: TypeAlternationTransformer - TypeIntersectionTransforme - Bug: handle attributes (#6579)
* bug: [BinaryOperatorFixer] Fix more issues with scoped operators (#6559)
* docs: Remove `$` from console command snippets (#6600)
* docs: Remove `$` from console command snippets in documentation (#6599)
* DX: AllowedValueSubset::getAllowedValues - fix method prototype (#6585)
* DX: Narrow docblock types in FixerConfiguration (#6580)
* DX: updagte @PhpCsFixer set config for phpdoc_order rule (#6555)
* DX: Update PHPUnit config (#6566)
* feature: Introduce configurability to PhpdocSeparationFixer (#6501)
* feature: Introduce PER set (#6545)
* feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529)
* feature: Support removing superfluous PHPDocs involving `self` (#6583)
* minor: NoUnneededControlParenthesesFixer - Support instanceof static cases (#6587)
* minor: PhpdocToCommentFixer - allow phpdoc comments before trait use statement. Fixes #6092 (#6565)

Changelog for v3.10.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.10.1-DEV';
public const VERSION = '3.11.0';
public const VERSION_CODENAME = 'Oliva';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 7dcdea3

Please sign in to comment.