diff options
-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 */ |