Browse Source
Add missing space
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4630/head
Lukas Reschke
9 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
1 deletions
-
tests/lib/Security/Bruteforce/ThrottlerTest.php
|
|
|
@ -137,7 +137,7 @@ class ThrottlerTest extends TestCase { |
|
|
|
|
|
|
|
/** |
|
|
|
* @param string $ip |
|
|
|
* @param string[]$whitelists |
|
|
|
* @param string[] $whitelists |
|
|
|
* @param bool $isWhiteListed |
|
|
|
* @param bool $enabled |
|
|
|
*/ |
|
|
|
|