Problem/Motivation
On RoleStorage.php, the documentation comment for the class is the following one.
/**
* Controller class for user roles.
*/The class is not a controller class; it is a storage class.
Proposed resolution
Change the short description to Defines the storage handler class for user roles. which is similar to the short description used in NodeStorage.php (Defines the storage handler class for nodes.)
Issue fork drupal-3569752
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3569752-change-rolestorage-short-description
changes, plain diff MR !14508
Comments
Comment #3
avpadernoComment #4
smustgrave commentedSeems straight forward and agree not a controller.
Comment #5
catchCommitted/pushed to main and 11.x, thanks!