From 1cc1433feb0347f49729c5197b4e1fba006bb1d6 Mon Sep 17 00:00:00 2001 From: fezfez Date: Wed, 4 Dec 2024 11:29:09 +0100 Subject: [PATCH] clean Signed-off-by: fezfez --- test/Client/CommonHttpTests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Client/CommonHttpTests.php b/test/Client/CommonHttpTests.php index f317400f..977a940b 100644 --- a/test/Client/CommonHttpTests.php +++ b/test/Client/CommonHttpTests.php @@ -1149,7 +1149,6 @@ public static function invalidConfigProvider(): array return [ [false], ['foobar'], - [['foo' => 'bar']], [null], [new stdClass()], [55],