Skip to content

AnnotationToAttributeRector for JMS\AccesorOrder is buggy #7369

@ghost

Description

Before:
@JMS\AccessorOrder("custom", custom = {"id"})
After
#[JMS\AccessorOrder('custom', custom: ['id'])]

Should be:
#[JMS\AccessorOrder(order: 'custom', custom: ['id'])]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions