Completed
Pull Request — master (#7046)
by Andrew
11:44 queued 02:20
created
src/Security/Group.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.