diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-05-18 08:43:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 08:43:13 +0200 |
commit | ee3dc57cbd9c9cf2f88d97a35f54ed67ab556aa7 (patch) | |
tree | 0bb2f6b2310032256a0147e2148f8930cb5775d8 /tests/lib/Security/CredentialsManagerTest.php | |
parent | 44a638f9617aa53da9e38378b1f62923cf2d2514 (diff) | |
parent | ca7b37ce5a5c68ea4a105377754005a772c5deaa (diff) | |
download | nextcloud-server-ee3dc57cbd9c9cf2f88d97a35f54ed67ab556aa7.tar.gz nextcloud-server-ee3dc57cbd9c9cf2f88d97a35f54ed67ab556aa7.zip |
Merge pull request #26626 from J0WI/strict-security
Make Security module strict
Diffstat (limited to 'tests/lib/Security/CredentialsManagerTest.php')
-rw-r--r-- | tests/lib/Security/CredentialsManagerTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Security/CredentialsManagerTest.php b/tests/lib/Security/CredentialsManagerTest.php index e8ede3bfd66..3335e18a8b1 100644 --- a/tests/lib/Security/CredentialsManagerTest.php +++ b/tests/lib/Security/CredentialsManagerTest.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @author Robin McCorkell <rmccorkell@owncloud.com> * |