diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-12-16 13:58:25 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-12-16 13:58:25 +0100 |
commit | df908c728aabaa53a302b968995954698795e934 (patch) | |
tree | 0b4fdbbaa070474d1aaf9c37177f48ba2aab8475 /core/Middleware | |
parent | 1fdc97bb13376677536b2a300469a73f8a5c30e7 (diff) | |
download | nextcloud-server-df908c728aabaa53a302b968995954698795e934.tar.gz nextcloud-server-df908c728aabaa53a302b968995954698795e934.zip |
Enable strict types for the 2FA middleware
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Middleware')
-rw-r--r-- | core/Middleware/TwoFactorMiddleware.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Middleware/TwoFactorMiddleware.php b/core/Middleware/TwoFactorMiddleware.php index 47b09536acd..45c165d1ba5 100644 --- a/core/Middleware/TwoFactorMiddleware.php +++ b/core/Middleware/TwoFactorMiddleware.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud, Inc. * |