Completed
Pull Request — master (#23919)
by Roeland
09:00
created
lib/private/Security/CredentialsManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  */
21 21
 
22 22
 use OC\Share\MailNotifications;
23
-use OCP\IConfig;
24 23
 use OCP\IL10N;
25 24
 use OCP\IUser;
26 25
 use OCP\Mail\IMailer;
Please login to merge, or discard this patch.
apps/files_sharing/lib/sharedstorage.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,6 +262,9 @@  discard block
 block discarded – undo
262 262
 		return $this->newShare->getTarget();
263 263
 	}
264 264
 
265
+	/**
266
+	 * @param string $path
267
+	 */
265 268
 	public function setMountPoint($path) {
266 269
 		$this->newShare->setTarget($path);
267 270
 	}
@@ -273,7 +276,7 @@  discard block
 block discarded – undo
273 276
 	/**
274 277
 	 * get share ID
275 278
 	 *
276
-	 * @return integer unique share ID
279
+	 * @return string unique share ID
277 280
 	 */
278 281
 	public function getShareId() {
279 282
 		return $this->newShare->getId();
Please login to merge, or discard this patch.