Skip to content

Commit

Permalink
Merge pull request #153 from eknapier/role-create-docblock-update
Browse files Browse the repository at this point in the history
Docblock update for roleCreate, return value can be int or string dep…

Signed-off-by: Jonathan Hedstrom <[email protected]>
  • Loading branch information
jhedstrom committed Dec 13, 2017
1 parent aa1f32b commit 8624232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Driver/Cores/CoreInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function termDelete(\stdClass $term);
* @param array $permissions
* An array of permissions to create the role with.
*
* @return int
* @return int|string
* The created role name.
*/
public function roleCreate(array $permissions);
Expand Down

0 comments on commit 8624232

Please sign in to comment.