PHP CS Fixer v3.10.0 Release Notes

    • bug: Fix error in regular_callable_call with static property (#6539)
    • ๐Ÿ› bug: Fix indentation for multiline class definition (#6540)
    • ๐Ÿ› bug: Fix indentation for switch ending with empty case (#6538)
    • ๐Ÿ› bug: Fix indentation of comment at end of switch case (#6493)
    • ๐Ÿ› bug: PhpdocAlignFixer - fix static @method (#6366)
    • ๐Ÿ› bug: SingleSpaceAfterConstructFixer - fix handling open tag (#6549)
    • ๐Ÿ› bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548)
    • โœ… DX: Assert dataproviders of tests of project itself return "array" or "iterable". (#6524)
    • ๐Ÿ”‹ feature: Introduce configurability to PhpdocOrderFixer (#6466)
    • feature: WhitespaceAfterCommaInArrayFixer - add option "ensure_single_space" (#6527)
    • โœ… minor: Add test for indentation of trait conflict resolution (#6541)
    • minor: Split BracesFixer (#4884)
    • minor: TrailingCommaInMultilineFixer - Add comma to multiline new static (#6380)