Completed
Pull Request — master (#477)
by Julius
02:51
created
lib/Capabilities.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\Richdocuments;
25 25
 
26
-use OCP\AppFramework\Utility\ITimeFactory;
27 26
 use OCP\Capabilities\ICapability;
28 27
 use OCP\Files\IAppData;
29 28
 use OCP\Files\NotFoundException;
30 29
 use OCP\Files\SimpleFS\ISimpleFolder;
31
-use OCP\Http\Client\IClientService;
32
-use OCP\IConfig;
33 30
 use OCP\IL10N;
34
-use OCP\IURLGenerator;
35 31
 
36 32
 class Capabilities implements ICapability {
37 33
 
Please login to merge, or discard this patch.
lib/Settings/Section.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 	private $capabilitites;
38 38
 
39 39
 	/**
40
-	 * @param IL10N $l
41 40
 	 * @param IURLGenerator $url
42 41
 	 */
43 42
 	public function __construct(IL10N $l10n, IURLGenerator $url, Capabilities $capabilities) {
Please login to merge, or discard this patch.