Completed
Pull Request — master (#26029)
by Juan Pablo
35:15
created
apps/user_ldap/lib/Command/UpdateGroup.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.