Completed
Pull Request — master (#514)
by Julius
09:32
created
lib/Service/CapabilitiesService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
 use OCP\Files\IAppData;
27 27
 use OCP\Files\NotFoundException;
28
-use OCP\Files\SimpleFS\ISimpleFile;
29 28
 use OCP\Files\SimpleFS\ISimpleFolder;
30 29
 use OCP\Http\Client\IClientService;
31 30
 use OCP\IConfig;
Please login to merge, or discard this patch.
lib/Preview/Office.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\Richdocuments\Preview;
23 23
 
24
-use GuzzleHttp\Psr7\LimitStream;
25 24
 use function GuzzleHttp\Psr7\stream_for;
26 25
 use OC\Preview\Provider;
27 26
 use OCA\Richdocuments\Capabilities;
Please login to merge, or discard this patch.