Completed
Pull Request — master (#23919)
by Roeland
18:24
created
apps/files_sharing/lib/mountprovider.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 
44 44
 	/**
45 45
 	 * @param \OCP\IConfig $config
46
-	 * @param IManager $shareProvider
47 46
 	 */
48 47
 	public function __construct(IConfig $config, IManager $shareManager) {
49 48
 		$this->config = $config;
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 
23 23
 namespace OCA\Files_Sharing;
24 24
 
25
-use OC\Files\Filesystem;
26
-use OC\User\NoUserException;
27 25
 use OCP\Files\Config\IMountProvider;
28 26
 use OCP\Files\Storage\IStorageFactory;
29 27
 use OCP\IConfig;
Please login to merge, or discard this patch.
lib/private/files/node/lazyroot.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 	 * Magic method to first get the real rootFolder and then
35 35
 	 * call $method with $args on it
36 36
 	 *
37
-	 * @param $method
37
+	 * @param string $method
38 38
 	 * @param $args
39 39
 	 * @return mixed
40 40
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace OC\Files\Node;
4 4
 
5
-use OC\Files\Mount\MountPoint;
6 5
 use OCP\Files\IRootFolder;
7
-use OCP\Files\NotPermittedException;
8 6
 
9 7
 /**
10 8
  * Class LazyRoot
Please login to merge, or discard this patch.