Skip to content

Commit 7dcdea3

Browse files
committed
prepared the 3.11.0 release
1 parent 3a2a7a8 commit 7dcdea3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v3.11.0
7+
---------------------
8+
9+
* bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
10+
* bug: Do not treat implements list comma as array comma (#6595)
11+
* bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)
12+
* bug: MethodChainingIndentationFixer - Fix bug with attribute access (#6573)
13+
* bug: NoMultilineWhitespaceAroundDoubleArrowFixer - fix for single line comment (#6589)
14+
* bug: TypeAlternationTransformer - TypeIntersectionTransforme - Bug: handle attributes (#6579)
15+
* bug: [BinaryOperatorFixer] Fix more issues with scoped operators (#6559)
16+
* docs: Remove `$` from console command snippets (#6600)
17+
* docs: Remove `$` from console command snippets in documentation (#6599)
18+
* DX: AllowedValueSubset::getAllowedValues - fix method prototype (#6585)
19+
* DX: Narrow docblock types in FixerConfiguration (#6580)
20+
* DX: updagte @PhpCsFixer set config for phpdoc_order rule (#6555)
21+
* DX: Update PHPUnit config (#6566)
22+
* feature: Introduce configurability to PhpdocSeparationFixer (#6501)
23+
* feature: Introduce PER set (#6545)
24+
* feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529)
25+
* feature: Support removing superfluous PHPDocs involving `self` (#6583)
26+
* minor: NoUnneededControlParenthesesFixer - Support instanceof static cases (#6587)
27+
* minor: PhpdocToCommentFixer - allow phpdoc comments before trait use statement. Fixes #6092 (#6565)
28+
629
Changelog for v3.10.0
730
---------------------
831

src/Console/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
final class Application extends BaseApplication
4141
{
42-
public const VERSION = '3.10.1-DEV';
42+
public const VERSION = '3.11.0';
4343
public const VERSION_CODENAME = 'Oliva';
4444

4545
private ToolInfo $toolInfo;

0 commit comments

Comments
 (0)