diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-09-06 10:04:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-09-20 20:25:27 +0200 |
commit | e477bb7eaf0d4bd220361ceb47ac4bcca9b438bf (patch) | |
tree | 026fbbaf989b2b522b65be8d2d815ff581864fe3 /lib/private/AppFramework/Middleware/Security/Exceptions | |
parent | 2bd0f07e5a1bb1a83ec3b1c86c1a1271dcdad9e3 (diff) | |
download | nextcloud-server-e477bb7eaf0d4bd220361ceb47ac4bcca9b438bf.tar.gz nextcloud-server-e477bb7eaf0d4bd220361ceb47ac4bcca9b438bf.zip |
feat(appframework): Expose programmatic rate limiter
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/AppFramework/Middleware/Security/Exceptions')
-rw-r--r-- | lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php index 3232980b7e5..3b2296c145f 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud, Inc. * |