aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
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 /tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
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 'tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php')
-rw-r--r--tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php b/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
index adce55e11e3..d1fed0c3a60 100644
--- a/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
+++ b/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>