]> source.dussan.org Git - nextcloud-server.git/commitdiff
Enable strict types for the 2FA middleware 30296/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Dec 2021 12:58:25 +0000 (13:58 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Dec 2021 12:58:25 +0000 (13:58 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/Middleware/TwoFactorMiddleware.php

index 47b09536acd38a914de3a27d1d125a45b9bafa24..45c165d1ba5931694fc9e0b6297199828ac5a705 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+
+declare(strict_types=1);
+
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *