Skip to content

Commit 6f23221

Browse files
committed
Add newline to satisfy phpcs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 0b443a7 commit 6f23221

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34
/**
45
* @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch>

lib/public/AppFramework/Http/TooManyRequestsResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34
/**
45
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>

lib/public/Security/Bruteforce/MaxDelayReached.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34
/**
45
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>

0 commit comments

Comments
 (0)