@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * |
| 136 | 136 | * @param Role $role |
| 137 | 137 | * |
| 138 | - * @return GroupInterface |
|
| 138 | + * @return GroupPropertiesTrait |
|
| 139 | 139 | * |
| 140 | 140 | * @throws InvalidArgumentException |
| 141 | 141 | */ |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | * |
| 158 | 158 | * @param string $role |
| 159 | 159 | * |
| 160 | - * @return GroupInterface |
|
| 160 | + * @return GroupPropertiesTrait |
|
| 161 | 161 | */ |
| 162 | 162 | public function removeRole($role) |
| 163 | 163 | { |
@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | * |
| 175 | 175 | * @param Role[] $roles array of Role objects |
| 176 | 176 | * |
| 177 | - * @return GroupInterface |
|
| 177 | + * @return GroupPropertiesTrait |
|
| 178 | 178 | */ |
| 179 | 179 | public function setRoles(array $roles) |
| 180 | 180 | { |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | * |
| 192 | 192 | * @param Collection $collection |
| 193 | 193 | * |
| 194 | - * @return GroupInterface |
|
| 194 | + * @return GroupPropertiesTrait |
|
| 195 | 195 | */ |
| 196 | 196 | public function setRolesCollection(Collection $collection) |
| 197 | 197 | { |
@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | * |
| 216 | 216 | * @param string $name New name of the group |
| 217 | 217 | * |
| 218 | - * @return GroupInterface |
|
| 218 | + * @return GroupPropertiesTrait |
|
| 219 | 219 | */ |
| 220 | 220 | public function setName($name) |
| 221 | 221 | { |