Completed
Pull Request — master (#29107)
by Piotr
10:39
created
lib/private/Group/BackendGroup.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OC\Group;
23 23
 
24 24
 use OCP\AppFramework\Db\Entity;
25
-use OCP\GroupInterface;
26 25
 
27 26
 /**
28 27
  * Class BackendGroup
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.