summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo/routes.php
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-14 17:05:19 +0200
committerJ0WI <J0WI@users.noreply.github.com>2021-04-15 16:57:06 +0200
commit09368e7cf5395ad4f9d93867b63e22a458f702c1 (patch)
tree8e7442c2c812619d8baef0fbab247b320238709c /apps/twofactor_backupcodes/appinfo/routes.php
parent1c35b3801e49eb9011040a23e64d787172fa562e (diff)
downloadnextcloud-server-09368e7cf5395ad4f9d93867b63e22a458f702c1.tar.gz
nextcloud-server-09368e7cf5395ad4f9d93867b63e22a458f702c1.zip
2FA backupcodes: add strict typing
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'apps/twofactor_backupcodes/appinfo/routes.php')
-rw-r--r--apps/twofactor_backupcodes/appinfo/routes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/routes.php b/apps/twofactor_backupcodes/appinfo/routes.php
index 8adc9c3901e..243ffb1d1f8 100644
--- a/apps/twofactor_backupcodes/appinfo/routes.php
+++ b/apps/twofactor_backupcodes/appinfo/routes.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
*
*