mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-24 23:44:01 +08:00
fix alignment in some controller classes
Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
parent
83bdd935af
commit
4152f19c42
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ class CredentialController extends ApiController {
|
|||
|
||||
public function __construct($AppName,
|
||||
IRequest $request,
|
||||
$userId,
|
||||
$userId,
|
||||
CredentialService $credentialService,
|
||||
ActivityService $activityService,
|
||||
CredentialRevisionService $credentialRevisionService,
|
||||
|
|
|
@ -25,7 +25,7 @@ class FileController extends ApiController {
|
|||
|
||||
public function __construct($AppName,
|
||||
IRequest $request,
|
||||
$UserId,
|
||||
$UserId,
|
||||
FileService $fileService,
|
||||
LoggerInterface $logger) {
|
||||
parent::__construct(
|
||||
|
|
|
@ -36,7 +36,7 @@ class VaultController extends ApiController {
|
|||
|
||||
public function __construct($AppName,
|
||||
IRequest $request,
|
||||
$UserId,
|
||||
$UserId,
|
||||
VaultService $vaultService,
|
||||
CredentialService $credentialService,
|
||||
DeleteVaultRequestService $deleteVaultRequestService,
|
||||
|
|
Loading…
Reference in a new issue