Make sure there is exactly one newline after imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
bcd13296de
commit
f4c09f299d
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
use \OCA\Files_External\Lib\Backend\Backend;
|
use \OCA\Files_External\Lib\Backend\Backend;
|
||||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||||
use \OCA\Files_External\Service\BackendService;
|
use \OCA\Files_External\Service\BackendService;
|
||||||
|
|
||||||
$canCreateMounts = $_['visibilityType'] === BackendService::VISIBILITY_ADMIN || $_['allowUserMounting'];
|
$canCreateMounts = $_['visibilityType'] === BackendService::VISIBILITY_ADMIN || $_['allowUserMounting'];
|
||||||
|
|
||||||
$l->t("Enable encryption");
|
$l->t("Enable encryption");
|
||||||
$l->t("Enable previews");
|
$l->t("Enable previews");
|
||||||
|
|
|
@ -25,7 +25,6 @@ namespace OCA\Files_Sharing\Exceptions;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sharing and Resharing rights.
|
* Sharing and Resharing rights.
|
||||||
*
|
*
|
||||||
|
|
|
@ -40,7 +40,6 @@ use OCP\IDBConnection;
|
||||||
use PHPUnit\Framework\MockObject\MockObject;
|
use PHPUnit\Framework\MockObject\MockObject;
|
||||||
use Test\TestCase;
|
use Test\TestCase;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group DB
|
* @group DB
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,7 +47,6 @@ use OCP\Mail\IMailer;
|
||||||
use OCP\Mail\IMessage;
|
use OCP\Mail\IMessage;
|
||||||
use OCP\Mail\Events\BeforeMessageSent;
|
use OCP\Mail\Events\BeforeMessageSent;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Mailer provides some basic functions to create a mail message that can be used in combination with
|
* Class Mailer provides some basic functions to create a mail message that can be used in combination with
|
||||||
* \OC\Mail\Message.
|
* \OC\Mail\Message.
|
||||||
|
|
Loading…
Reference in New Issue