Completed
Pull Request — master (#29107)
by Piotr
09:41
created
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.
lib/private/Server.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1608,9 +1608,4 @@
 block discarded – undo
1608 1608
 					yield $this->query($class);
1609 1609
 
1610 1610
 				} catch (QueryException $exc) {
1611
-					throw new \Exception("Could not load service $class");
1612
-				}
1613
-			}
1614
-		}
1615
-	}
1616
-}
1611
+					throw new \Exception("Could not load service $class
1617 1612
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1608,9 +1608,4 @@
 block discarded – undo
1608 1608
 					yield $this->query($class);
1609 1609
 
1610 1610
 				} catch (QueryException $exc) {
1611
-					throw new \Exception("Could not load service $class");
1612
-				}
1613
-			}
1614
-		}
1615
-	}
1616
-}
1611
+					throw new \Exception("Could not load service $class
1617 1612
\ No newline at end of file
Please login to merge, or discard this patch.
lib/private/Share/Share.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2870,7 +2870,7 @@
 block discarded – undo
2870 2870
 	}
2871 2871
 
2872 2872
 	/**
2873
-	 * @param $user
2873
+	 * @param string|boolean $user
2874 2874
 	 * @return Group[]
2875 2875
 	 */
2876 2876
 	private static function getGroupsForUser($user) {
Please login to merge, or discard this patch.