]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix CS
authorJoas Schilling <coding@schilljs.com>
Thu, 9 Jul 2020 10:25:57 +0000 (12:25 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 19 Aug 2020 09:20:36 +0000 (11:20 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
lib/private/Security/Bruteforce/Throttler.php
lib/public/AppFramework/Http/TooManyRequestsResponse.php
lib/public/Security/Bruteforce/MaxDelayReached.php

index e9b03266462ab833f3358ce005a9bc15e429e8c8..e6c511537a0551d2e79d36366573301cf0947a1a 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 /**
  * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch>
index d7eb8b44c8abeb29b3ea4265854a6c0b1f10091a..169ad0c0623aea68cb91a63372725b64c0575c83 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 /**
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
index 160614ab33ec01bc60746d0aab0b9001587585ba..b15df303bfee27723fd717fef3d5ceba435b0a48 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 /**
  * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
index 817ef0e60c3f0e1f8f547c361f5af9a325ce2fd3..3aaa7d051593221b323a1c0f318ac8ad474fd35d 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 /**
  * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>