Skip to content
Snippets Groups Projects
Commit 4b8b58a4 authored by Jess's avatar Jess
Browse files

Issue #2532616 by TR: "return" used instead of "@return" in RoleInterface::isAdmin() docblock

parent 76b63583
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -78,9 +78,9 @@ public function isAdmin();
* Sets the role to be an admin role.
*
* @param bool $is_admin
* TRUE, if the role should be an admin role.
* TRUE if the role should be an admin role.
*
* return $this
* @return $this
*/
public function setIsAdmin($is_admin);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment