Passed
Branch feature/109/file-attachments (c720f9)
by Julius
02:45
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   -2 removed lines patch added patch discarded remove patch
@@ -24,10 +24,8 @@
 block discarded – undo
24 24
 namespace OCA\Deck\Service;
25 25
 
26 26
 
27
-use OC\Security\CSP\ContentSecurityPolicyManager;
28 27
 use OCA\Deck\Db\Attachment;
29 28
 use OCP\AppFramework\Http\ContentSecurityPolicy;
30
-use OCP\AppFramework\Http\EmptyContentSecurityPolicy;
31 29
 use OCP\AppFramework\Http\FileDisplayResponse;
32 30
 use OCP\Files\IAppData;
33 31
 use OCP\Files\NotFoundException;
Please login to merge, or discard this patch.