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
*/