summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-25 07:38:52 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-25 07:38:52 +0200
commit7be465febe2b6f8b5cee8ad95f45028b4bcc8d35 (patch)
treed41529f8a96880c7b2631fe53362bc2e4c00987a /lib
parent13d93f5b25aa3e663146349583a0a8e01b216f7a (diff)
downloadnextcloud-server-7be465febe2b6f8b5cee8ad95f45028b4bcc8d35.tar.gz
nextcloud-server-7be465febe2b6f8b5cee8ad95f45028b4bcc8d35.zip
Make new classes strict and fix license header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Authentication/TwoFactorAuth/ProviderLoader.php1
-rw-r--r--lib/private/Authentication/TwoFactorAuth/ProviderSet.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php b/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
index bd20cd12949..f735bad1695 100644
--- a/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
+++ b/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
diff --git a/lib/private/Authentication/TwoFactorAuth/ProviderSet.php b/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
index 60e967ba546..bbb9467798b 100644
--- a/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
+++ b/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>