@@ -425,7 +425,7 @@ discard block |
||
425 | 425 | * Turn a string|int|Group into a GroupID |
426 | 426 | * |
427 | 427 | * @param string|int|Group $groupID Group instance, Group Code or ID |
428 | - * @return Group|bool Throws \InvalidArgumentException if the Group doesn't exist, otherwise returns the Group ID |
|
428 | + * @return integer Throws \InvalidArgumentException if the Group doesn't exist, otherwise returns the Group ID |
|
429 | 429 | */ |
430 | 430 | protected function identifierToGroupID($groupID) |
431 | 431 | { |
@@ -482,6 +482,7 @@ discard block |
||
482 | 482 | * Overloaded to ensure the code is always descent. |
483 | 483 | * |
484 | 484 | * @param string |
485 | + * @param string $val |
|
485 | 486 | */ |
486 | 487 | public function setCode($val) |
487 | 488 | { |