From 1fc2f6bc3dfc31174728516513702c3260d116c3 Mon Sep 17 00:00:00 2001 From: Christian Braun Date: Tue, 30 Apr 2024 12:00:31 +0200 Subject: [PATCH] whitespace removed --- test/integration/Laminas/RedisTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Laminas/RedisTest.php b/test/integration/Laminas/RedisTest.php index e108e2c..c8b8263 100644 --- a/test/integration/Laminas/RedisTest.php +++ b/test/integration/Laminas/RedisTest.php @@ -328,7 +328,7 @@ public function testOptionsGetSetPassword(): void 'Password was set incorrectly using RedisOptions' ); } - + public function testOptionsGetSetUser(): void { $user = 'dummyuser';