Completed
Pull Request — master (#7858)
by Robin
47:46 queued 18:07
created
lib/private/Files/Storage/Home.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 namespace OC\Files\Storage;
28 28
 
29 29
 use OC\Files\Cache\HomePropagator;
30
-use OCP\Files\NotFoundException;
31 30
 
32 31
 /**
33 32
  * Specialized version of Local storage for home directory usage
Please login to merge, or discard this patch.
lib/private/Files/Storage/Local.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 
42 42
 use OC\Files\Storage\Wrapper\Jail;
43 43
 use OCP\Files\ForbiddenException;
44
-use OCP\Files\NotFoundException;
45 44
 use OCP\Files\Storage\IStorage;
46 45
 
47 46
 /**
Please login to merge, or discard this patch.