aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Login
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 11:50:14 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 11:50:14 +0200
commit2a529e453a7de7f51ab72ac48f947fa9d2afd18d (patch)
tree95b913a59a6512e54ef848aa03095cdfdc7a92c5 /lib/private/Authentication/Login
parent41b5e5923a44965e435d35d01b5009abb2dd5c97 (diff)
downloadnextcloud-server-2a529e453a7de7f51ab72ac48f947fa9d2afd18d.tar.gz
nextcloud-server-2a529e453a7de7f51ab72ac48f947fa9d2afd18d.zip
Use a blank line after the opening tag
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Authentication/Login')
-rw-r--r--lib/private/Authentication/Login/WebAuthnChain.php1
-rw-r--r--lib/private/Authentication/Login/WebAuthnLoginCommand.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/Authentication/Login/WebAuthnChain.php b/lib/private/Authentication/Login/WebAuthnChain.php
index dfc6943e853..ff6dd23e1ef 100644
--- a/lib/private/Authentication/Login/WebAuthnChain.php
+++ b/lib/private/Authentication/Login/WebAuthnChain.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
diff --git a/lib/private/Authentication/Login/WebAuthnLoginCommand.php b/lib/private/Authentication/Login/WebAuthnLoginCommand.php
index e477a243c56..d2f613c59be 100644
--- a/lib/private/Authentication/Login/WebAuthnLoginCommand.php
+++ b/lib/private/Authentication/Login/WebAuthnLoginCommand.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>