diff options
author | Joas Schilling <coding@schilljs.com> | 2020-07-09 12:25:57 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-08-19 11:20:36 +0200 |
commit | 35a851959195ed4a2674e02208c75c4f27199b08 (patch) | |
tree | 0c64be67e58bd19ee5f0d54b401e055c2fb69132 /lib/public/Security | |
parent | 770381c0c69f43e0efa7e9e803b40a2d0d1b6496 (diff) | |
download | nextcloud-server-35a851959195ed4a2674e02208c75c4f27199b08.tar.gz nextcloud-server-35a851959195ed4a2674e02208c75c4f27199b08.zip |
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Security')
-rw-r--r-- | lib/public/Security/Bruteforce/MaxDelayReached.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Security/Bruteforce/MaxDelayReached.php b/lib/public/Security/Bruteforce/MaxDelayReached.php index 817ef0e60c3..3aaa7d05159 100644 --- a/lib/public/Security/Bruteforce/MaxDelayReached.php +++ b/lib/public/Security/Bruteforce/MaxDelayReached.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |