diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-01 20:36:25 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-01 20:36:25 +0200 |
commit | dd03fdebec98cfbfb40e968904492e99dbdc4cb8 (patch) | |
tree | 3c88d4e3031cff002f7c614daed7cfa7585c1d87 | |
parent | a5ccb31e85bc4b471ac64d69551d02ae8a2e39e1 (diff) | |
download | nextcloud-server-dd03fdebec98cfbfb40e968904492e99dbdc4cb8.tar.gz nextcloud-server-dd03fdebec98cfbfb40e968904492e99dbdc4cb8.zip |
Add missing space
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r-- | tests/lib/Security/Bruteforce/ThrottlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Security/Bruteforce/ThrottlerTest.php b/tests/lib/Security/Bruteforce/ThrottlerTest.php index aba3dd0f1d5..dac12a00dcd 100644 --- a/tests/lib/Security/Bruteforce/ThrottlerTest.php +++ b/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 */ |