Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-09 13:25:57 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-19 12:20:36 +0300
commit35a851959195ed4a2674e02208c75c4f27199b08 (patch)
tree0c64be67e58bd19ee5f0d54b401e055c2fb69132 /lib/public/Security
parent770381c0c69f43e0efa7e9e803b40a2d0d1b6496 (diff)
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>