Passed
Pull Request — master (#544)
by Kibatic
02:08
created
lib/Service/StackService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,6 @@
 block discarded – undo
30 30
 use OCA\Deck\Db\Stack;
31 31
 use OCA\Deck\Db\StackMapper;
32 32
 use OCA\Deck\StatusException;
33
-use OCP\ICache;
34
-use OCP\ICacheFactory;
35 33
 
36 34
 
37 35
 class StackService {
Please login to merge, or discard this patch.
lib/Service/FileService.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -23,15 +23,11 @@
 block discarded – undo
23 23
 
24 24
 namespace OCA\Deck\Service;
25 25
 
26
-use OC\Security\CSP\ContentSecurityPolicyManager;
27 26
 use OCA\Deck\Db\Attachment;
28 27
 use OCA\Deck\StatusException;
29 28
 use OCP\AppFramework\Http\ContentSecurityPolicy;
30
-use OCP\AppFramework\Http\EmptyContentSecurityPolicy;
31 29
 use OCP\AppFramework\Http\FileDisplayResponse;
32 30
 use OCP\AppFramework\Http\StreamResponse;
33
-use OCP\Files\Cache\IScanner;
34
-use OCP\Files\Folder;
35 31
 use OCP\Files\IAppData;
36 32
 use OCP\Files\IRootFolder;
37 33
 use OCP\Files\NotFoundException;
Please login to merge, or discard this patch.