Completed
Pull Request — master (#29107)
by Piotr
09:09
created
lib/private/Group/GroupMapper.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
 	}
46 46
 
47 47
 	/**
48
-	 * @param string $uid
49 48
 	 * @return BackendGroup
50 49
 	 */
51 50
 	public function getGroup($gid) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use OC\Group\BackendGroup;
25 25
 use OCP\AppFramework\Db\Mapper;
26 26
 use OCP\AppFramework\Db\Entity;
27
-use OCP\IConfig;
28 27
 use OCP\IDBConnection;
29 28
 
30 29
 class GroupMapper extends Mapper {
Please login to merge, or discard this patch.