summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-12-29 18:23:32 +0100
committerGitHub <noreply@github.com>2021-12-29 18:23:32 +0100
commit73cf2394a38779364f033d586303379fbefb2509 (patch)
tree513cd1e8c6e1c7410c52be6775bc4c93e8d46681 /core
parent910f05ae2517df8e76152f0dc9df3fbfa68b6ec4 (diff)
parentdf908c728aabaa53a302b968995954698795e934 (diff)
downloadnextcloud-server-73cf2394a38779364f033d586303379fbefb2509.tar.gz
nextcloud-server-73cf2394a38779364f033d586303379fbefb2509.zip
Merge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware
Diffstat (limited to 'core')
-rw-r--r--core/Middleware/TwoFactorMiddleware.php3
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.
*