Completed
Pull Request — master (#32086)
by Victor
15:28 queued 05:25
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.
apps/federatedfilesharing/appinfo/app.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use OCA\FederatedFileSharing\Notifier;
27 27
 use OCP\Share\Events\AcceptShare;
28 28
 use OCP\Share\Events\DeclineShare;
29
-use OCP\Defaults;
30 29
 
31 30
 $manager = \OC::$server->getNotificationManager();
32 31
 $manager->registerNotifier(function () {
Please login to merge, or discard this patch.