-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
*/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels