Completed
Push — master ( d6b6cf...85bc00 )
by Patrick
03:04
created
Auth/class.Group.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
     /**
7 7
      * Get the Group's Name
8 8
      *
9
-     * @return boolean|string The name of the group or false on error
9
+     * @return boolean The name of the group or false on error
10 10
      */
11 11
     public function getGroupName()
12 12
     {
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
     /**
17 17
      * Get the Group's Description
18 18
      *
19
-     * @return boolean|string The description of the group or false on error
19
+     * @return boolean The description of the group or false on error
20 20
      */
21 21
     public function getDescription()
22 22
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * @param string $name The name of the group to get
155 155
      * @param mixed $data The data used to help get the Group
156 156
      *
157
-     * @return boolean|\Auth\Group The group with the specified name or false otherwise
157
+     * @return boolean The group with the specified name or false otherwise
158 158
      */
159 159
     public static function from_name($name, $data = false)
160 160
     {
Please login to merge, or discard this patch.