Fix some more sniffs
This commit is contained in:
parent
5e5e5b77d5
commit
6f8f78b07a
3 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
*/
|
||||
|
||||
use OCA\FederatedFileSharing\AppInfo\Application;
|
||||
use OCA\Theming\Template;
|
||||
|
||||
\OC_Util::checkLoggedIn();
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace OCA\FederatedFileSharing\Tests;
|
||||
|
||||
use OC\Files\Filesystem;
|
||||
use OCA\Files\Share;
|
||||
|
||||
/**
|
||||
* Class Test_Files_Sharing_Base
|
||||
|
|
Loading…
Reference in a new issue