Skip to content

Comment block not valid #21

Description

@DiHalt-ECP

Hi. My SublimeLinter phpcs say: "There must be exactly one blank line before the tags in a doc comment".

Have:

/**
 * Permissions for Editor users.
 * @return array
 *   of all permisssions for Editor user role
 */

Need:

/**
 * Permissions for Editor users.
 *
 * @return array
 *   of all permisssions for Editor user role
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions