Skip to content

Docblock annotation intendation #9

Description

@colinodell

Enforce 4 spaces of indentation for docblock annotations. For example:

Invalid:

/** * @ApiFilter( * OrderFilter::class, * properties={"id", "name": "asc", "createdAt", "updatedAt"}, * arguments={"orderParameterName"="order"} * ) */

Valid:

/** * @ApiFilter( * OrderFilter::class, * properties={"id", "name": "asc", "createdAt", "updatedAt"}, * arguments={"orderParameterName"="order"} * ) */

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions