summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-05-19 11:23:06 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-05-19 11:23:06 +0000
commitfdbc21fc6cec5a91044cf1ffade8c1096d93eaca (patch)
tree9fbf495ff8f6978e96bf2cf0ff7ea4f664dfab43 /apps/files
parent54a6ba47c070240a103c28259e45e682589cf73a (diff)
downloadnextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.tar.gz
nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.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/controller/apicontroller.php1
-rw-r--r--apps/files/index.php1
-rw-r--r--apps/files/tests/controller/apicontrollertest.php1
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php
index 072265d86d6..8fc22a8aa66 100644
--- a/apps/files/controller/apicontroller.php
+++ b/apps/files/controller/apicontroller.php
@@ -31,7 +31,6 @@ use OCP\AppFramework\Controller;
use OCP\IRequest;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Http\DataDisplayResponse;
-use OCP\AppFramework\Http\DownloadResponse;
use OCA\Files\Service\TagService;
use OCP\IPreview;
diff --git a/apps/files/index.php b/apps/files/index.php
index ea0fd0ce2fe..c7a45e54854 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -29,7 +29,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-use OCA\Files\Appinfo\Application;
// Check if we are a user
OCP\User::checkLoggedIn();
diff --git a/apps/files/tests/controller/apicontrollertest.php b/apps/files/tests/controller/apicontrollertest.php
index bbab711310c..0ec38e0e2e7 100644
--- a/apps/files/tests/controller/apicontrollertest.php
+++ b/apps/files/tests/controller/apicontrollertest.php
@@ -25,7 +25,6 @@ namespace OCA\Files\Controller;
use OC\Files\FileInfo;
use OCP\AppFramework\Http;
-use OC\Preview;
use OCP\Files\NotFoundException;
use OCP\Files\StorageNotAvailableException;
use Test\TestCase;