Completed
Push — master ( ed239d...1953a1 )
by Björn
09:21 queued 08:43
created
apps/files_external/lib/Lib/Backend/InvalidBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\Files_External\Lib\Backend;
23 23
 
24
-use OCA\Files_External\Lib\Storage\InvalidStorage;
25 24
 use OCA\Files_External\Lib\StorageConfig;
26 25
 use OCP\Files\StorageNotAvailableException;
27 26
 use OCP\IUser;
Please login to merge, or discard this patch.
apps/user_ldap/lib/Access.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 use OCA\User_LDAP\User\Manager;
50 50
 use OCA\User_LDAP\User\OfflineUser;
51 51
 use OCA\User_LDAP\Mapping\AbstractMapping;
52
-
53 52
 use OC\ServerNotAvailableException;
54 53
 use OCP\IConfig;
55 54
 use OCP\Util;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,6 @@
 block discarded – undo
115 115
 use OC\Template\JSCombiner;
116 116
 use OC\Template\SCSSCacher;
117 117
 use OCA\Theming\ThemingDefaults;
118
-
119 118
 use OCP\App\IAppManager;
120 119
 use OCP\AppFramework\Utility\ITimeFactory;
121 120
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.
lib/private/Files/Storage/DAV.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 namespace OC\Files\Storage;
35 35
 
36 36
 use Exception;
37
-use GuzzleHttp\Exception\RequestException;
38 37
 use Psr\Http\Message\ResponseInterface;
39 38
 use Icewind\Streams\CallbackWrapper;
40 39
 use OC\Files\Filesystem;
Please login to merge, or discard this patch.
apps/files_external/lib/Config/ConfigAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use OC\Files\Storage\Wrapper\Availability;
30 30
 use OCA\Files_External\Migration\StorageMigrator;
31 31
 use OCP\Files\Storage;
32
-use OC\Files\Mount\MountPoint;
33 32
 use OCP\Files\Storage\IStorageFactory;
34 33
 use OCA\Files_External\Lib\PersonalMount;
35 34
 use OCP\Files\Config\IMountProvider;
Please login to merge, or discard this patch.
apps/files_external/lib/Migration/StorageMigrator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use OCA\Files_External\Service\BackendService;
28 28
 use OCA\Files_External\Service\DBConfigService;
29
-use OCA\Files_External\Service\GlobalLegacyStoragesService;
30 29
 use OCA\Files_External\Service\LegacyStoragesService;
31 30
 use OCA\Files_External\Service\StoragesService;
32 31
 use OCA\Files_External\Service\UserLegacyStoragesService;
Please login to merge, or discard this patch.