@@ -140,6 +140,7 @@ discard block |
||
140 | 140 | * Return and array with 2 lists: one for the users added and another for the users removed from |
141 | 141 | * the group: |
142 | 142 | * ['added' => ['user1', 'user20'], 'removed' => ['user22']] |
143 | + * @param string[] $userList |
|
143 | 144 | */ |
144 | 145 | private function updateGroupMapping($groupName, $userList) { |
145 | 146 | $query = $this->connection->getQueryBuilder(); |
@@ -186,7 +187,7 @@ discard block |
||
186 | 187 | |
187 | 188 | * Take advantage of the owncloud_name column in the DB has a unique constraint. |
188 | 189 | * |
189 | - * @return true if the count($groupNames) matches the number of |
|
190 | + * @return boolean if the count($groupNames) matches the number of |
|
190 | 191 | */ |
191 | 192 | private function checkGroupMappingExists($groupNames) { |
192 | 193 | $query = $this->connection->getQueryBuilder(); |