Completed
Pull Request — master (#29107)
by Piotr
12:16 queued 13s
created
lib/private/Group/BackendGroup.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
 
41 41
 	public function __construct() { }
42 42
 
43
+	/**
44
+	 * @param string $gid
45
+	 */
43 46
 	public function setGroupId($gid) {
44 47
 		parent::setter('groupId', [$gid]);
45 48
 	}
Please login to merge, or discard this patch.
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.
lib/private/Group/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
 use OCP\GroupInterface;
41 41
 use OCP\IGroupManager;
42 42
 use OC\Group\GroupMapper;
43
-use OC\Group\Database;
44 43
 
45 44
 /**
46 45
  * Class Manager
Please login to merge, or discard this patch.