diff options
Diffstat (limited to 'tests/lib/Security/Bruteforce/CapabilitiesTest.php')
-rw-r--r-- | tests/lib/Security/Bruteforce/CapabilitiesTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Security/Bruteforce/CapabilitiesTest.php b/tests/lib/Security/Bruteforce/CapabilitiesTest.php index cd43d94f8cb..1c2bbb6bc53 100644 --- a/tests/lib/Security/Bruteforce/CapabilitiesTest.php +++ b/tests/lib/Security/Bruteforce/CapabilitiesTest.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @copyright Copyright (c) 2017 Roeland Jago Douma <roeland@famdouma.nl> * |