Fix some more sniffs

This commit is contained in:
Joas Schilling 2016-09-12 14:19:20 +02:00 committed by Morris Jobke
parent 5e5e5b77d5
commit 6f8f78b07a
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
3 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

@ -24,7 +24,6 @@
*/
use OCA\FederatedFileSharing\AppInfo\Application;
use OCA\Theming\Template;
\OC_Util::checkLoggedIn();

View File

@ -23,7 +23,6 @@
namespace OCA\FederatedFileSharing\Tests;
use OC\Files\Filesystem;
use OCA\Files\Share;
/**
* Class Test_Files_Sharing_Base