summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-22 15:58:11 +0200
committerJoas Schilling <coding@schilljs.com>2021-04-27 14:34:33 +0200
commit2d75868935c7eedc5f94e63a45a27875e19053dc (patch)
tree8a56be9707a05f4a638bb049bf4feedd81caeeb2 /lib
parent29a66a5e49ef79e39b27a2ad38e8755fa9aa1b76 (diff)
downloadnextcloud-server-2d75868935c7eedc5f94e63a45a27875e19053dc.tar.gz
nextcloud-server-2d75868935c7eedc5f94e63a45a27875e19053dc.zip
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/App/AppStore/Fetcher/AppFetcher.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/App/AppStore/Fetcher/AppFetcher.php b/lib/private/App/AppStore/Fetcher/AppFetcher.php
index cd6b005c0d1..7ed02fdf010 100644
--- a/lib/private/App/AppStore/Fetcher/AppFetcher.php
+++ b/lib/private/App/AppStore/Fetcher/AppFetcher.php
@@ -36,7 +36,6 @@ use OC\Files\AppData\Factory;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Http\Client\IClientService;
use OCP\IConfig;
-use OCP\ILogger;
use Psr\Log\LoggerInterface;
class AppFetcher extends Fetcher {