PHP CS Fixer v3.11.0 Release Notes

    • ๐Ÿ› 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)