summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-08 15:01:20 +0000
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-10 16:43:37 +0100
commitffc49a24f02639afce362384fc3d6e4a0799d1d7 (patch)
treeb89786860bf4289211a31c3b76dca7bff3b5523f /apps/files
parent7094ed05adfa435a53d7d6ce0c3b6d32760f5111 (diff)
downloadnextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.tar.gz
nextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/tests/backgroundjob/ScanFilesTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/tests/backgroundjob/ScanFilesTest.php b/apps/files/tests/backgroundjob/ScanFilesTest.php
index 907cad64f9e..087696f0cfc 100644
--- a/apps/files/tests/backgroundjob/ScanFilesTest.php
+++ b/apps/files/tests/backgroundjob/ScanFilesTest.php
@@ -24,7 +24,6 @@ use Test\TestCase;
use OCP\IConfig;
use OCP\IUserManager;
use OCA\Files\BackgroundJob\ScanFiles;
-use OCP\ILogger;
/**
* Class ScanFilesTest