Commit 7dcdea3 1 parent 3a2a7a8 commit 7dcdea3 Copy full SHA for 7dcdea3
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ CHANGELOG for PHP CS Fixer
3
3
4
4
This file contains changelogs for stable releases only.
5
5
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
+
6
29
Changelog for v3.10.0
7
30
---------------------
8
31
Original file line number Diff line number Diff line change 39
39
*/
40
40
final class Application extends BaseApplication
41
41
{
42
- public const VERSION = '3.10.1-DEV ' ;
42
+ public const VERSION = '3.11.0 ' ;
43
43
public const VERSION_CODENAME = 'Oliva ' ;
44
44
45
45
private ToolInfo $ toolInfo ;
You can’t perform that action at this time.
0 commit comments