Completed
Pull Request — master (#31988)
by Jörn Friedrich
16:09 queued 04:45
created
apps/dav/lib/Connector/Sabre/Auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -255,7 +255,7 @@
 block discarded – undo
255 255
 	}
256 256
 
257 257
 	/**
258
-	 * @param $user
258
+	 * @param \OCP\IUser|null $user
259 259
 	 * @throws ServiceUnavailable
260 260
 	 */
261 261
 	private function checkAccountModule($user) {
Please login to merge, or discard this patch.
lib/private/legacy/util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
 use OCP\Authentication\Exceptions\AccountCheckException;
60 60
 use OCP\Files\NoReadAccessException;
61 61
 use OCP\IConfig;
62
-use OCP\IGroupManager;
63 62
 use OCP\IUser;
64 63
 
65 64
 class OC_Util {
Please login to merge, or discard this patch.