diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-12 14:19:20 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-12 16:48:11 +0200 |
commit | 6f8f78b07a714d49c487cd4afb9eeac54fb74ab8 (patch) | |
tree | f49d67c9c76aad4b4577fdb9d76197e76b8ef658 | |
parent | 5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7 (diff) | |
download | nextcloud-server-6f8f78b07a714d49c487cd4afb9eeac54fb74ab8.tar.gz nextcloud-server-6f8f78b07a714d49c487cd4afb9eeac54fb74ab8.zip |
Fix some more sniffs
-rw-r--r-- | apps/federatedfilesharing/lib/AppInfo/Application.php | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/settings-personal.php | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/tests/TestCase.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php index b470bb3e584..c37cb9b87bb 100644 --- a/apps/federatedfilesharing/lib/AppInfo/Application.php +++ b/apps/federatedfilesharing/lib/AppInfo/Application.php @@ -29,7 +29,6 @@ use OCA\FederatedFileSharing\AddressHandler; use OCA\FederatedFileSharing\Controller\RequestHandlerController; use OCA\FederatedFileSharing\FederatedShareProvider; use OCA\FederatedFileSharing\Notifications; -use OCA\FederatedFileSharing\RequestHandler; use OCP\AppFramework\App; class Application extends App { diff --git a/apps/federatedfilesharing/settings-personal.php b/apps/federatedfilesharing/settings-personal.php index 92f96d1ba40..522cb297898 100644 --- a/apps/federatedfilesharing/settings-personal.php +++ b/apps/federatedfilesharing/settings-personal.php @@ -24,7 +24,6 @@ */ use OCA\FederatedFileSharing\AppInfo\Application; -use OCA\Theming\Template; \OC_Util::checkLoggedIn(); diff --git a/apps/federatedfilesharing/tests/TestCase.php b/apps/federatedfilesharing/tests/TestCase.php index 22d41038e6c..f8a47f27336 100644 --- a/apps/federatedfilesharing/tests/TestCase.php +++ b/apps/federatedfilesharing/tests/TestCase.php @@ -23,7 +23,6 @@ namespace OCA\FederatedFileSharing\Tests; use OC\Files\Filesystem; -use OCA\Files\Share; /** * Class Test_Files_Sharing_Base |