Completed
Branch dev (988878)
by Gideon
03:17
created
src/Gidkom/OpenFireRestApi/OpenFireRestApi.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,6 @@  discard block
 block discarded – undo
119 119
      * Add user to a group
120 120
      *
121 121
      * @param   string          $username   Username
122
-     * @param   string           $groups   Groups to add user
123 122
      * @return  json|false                 Json with data or error, or False when something went fully wrong
124 123
      */
125 124
     public function addToGroup($username, $groupName)
@@ -133,7 +132,6 @@  discard block
 block discarded – undo
133 132
      * Delete user from a group
134 133
      *
135 134
      * @param   string          $username   Username
136
-     * @param   string           $groups   Groups to add user
137 135
      * @return  json|false                 Json with data or error, or False when something went fully wrong
138 136
      */
139 137
     public function deleteFromGroup($username, $groupName)
Please login to merge, or discard this patch.