From 2800436948acbceb45362fc5cab7b2f5257caccd Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Mon, 5 Jun 2023 18:47:57 +0330 Subject: Applies agreed-upon indentation convention to the changed controllers. Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor --- core/Controller/WebAuthnController.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'core/Controller/WebAuthnController.php') diff --git a/core/Controller/WebAuthnController.php b/core/Controller/WebAuthnController.php index d4ee5637598..08a6b36d276 100644 --- a/core/Controller/WebAuthnController.php +++ b/core/Controller/WebAuthnController.php @@ -45,13 +45,15 @@ class WebAuthnController extends Controller { private const WEBAUTHN_LOGIN = 'webauthn_login'; private const WEBAUTHN_LOGIN_UID = 'webauthn_login_uid'; - public function __construct(string $appName, - IRequest $request, - private Manager $webAuthnManger, - private ISession $session, - private LoggerInterface $logger, - private WebAuthnChain $webAuthnChain, - private URLGenerator $urlGenerator) { + public function __construct( + string $appName, + IRequest $request, + private Manager $webAuthnManger, + private ISession $session, + private LoggerInterface $logger, + private WebAuthnChain $webAuthnChain, + private URLGenerator $urlGenerator, + ) { parent::__construct($appName, $request); } -- cgit v1.2.3