From dd03fdebec98cfbfb40e968904492e99dbdc4cb8 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Mon, 1 May 2017 20:36:25 +0200
Subject: [PATCH] Add missing space

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
---
 tests/lib/Security/Bruteforce/ThrottlerTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 	 */
-- 
GitLab