aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Security
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-09 12:25:57 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-19 11:20:36 +0200
commit35a851959195ed4a2674e02208c75c4f27199b08 (patch)
tree0c64be67e58bd19ee5f0d54b401e055c2fb69132 /lib/public/Security
parent770381c0c69f43e0efa7e9e803b40a2d0d1b6496 (diff)
downloadnextcloud-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.php1
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>