Failed Conditions
Pull Request — master (#6)
by Sander
01:53
created
controller/ownnotev2apicontroller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 namespace OCA\OwnNote\Controller;
25 25
 
26
-use OC\User\Manager;
27 26
 use OCA\OwnNote\Service\OwnNoteService;
28 27
 use OCA\OwnNote\Utility\NotFoundJSONResponse;
29 28
 use \OCP\AppFramework\ApiController;
Please login to merge, or discard this patch.
lib/Service/OwnNoteGroupService.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -24,15 +24,8 @@
 block discarded – undo
24 24
 namespace OCA\OwnNote\Service;
25 25
 
26 26
 use OCA\OwnNote\Db\OwnNote;
27
-use OCA\OwnNote\Utility\Evernote;
28 27
 use OCA\OwnNote\Utility\Utils;
29
-use OCP\IConfig;
30
-use OCP\AppFramework\Db\DoesNotExistException;
31
-use DateTime;
32
-use DOMDocument;
33
-use OC\Files\Filesystem;
34 28
 use OCA\OwnNote\Db\OwnNoteMapper;
35
-use Punic\Exception;
36 29
 
37 30
 
38 31
 class OwnNoteGroupService {
Please login to merge, or discard this patch.
lib/Service/OwnNoteService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -26,10 +26,7 @@
 block discarded – undo
26 26
 use OCA\OwnNote\Db\OwnNote;
27 27
 use OCA\OwnNote\Utility\Evernote;
28 28
 use OCA\OwnNote\Utility\Utils;
29
-use OCP\IConfig;
30
-use OCP\AppFramework\Db\DoesNotExistException;
31 29
 use DateTime;
32
-use DOMDocument;
33 30
 use OC\Files\Filesystem;
34 31
 use OCA\OwnNote\Db\OwnNoteMapper;
35 32
 use Punic\Exception;
Please login to merge, or discard this patch.
lib/Utility/Evernote.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OCA\OwnNote\Utility;
25 25
 
26 26
 
27
-use DateTime;
28 27
 use DOMDocument;
29 28
 use OC\Files\Filesystem;
30 29
 
Please login to merge, or discard this patch.