From 330457100b05843e1017fae58952dd97d094fa76 Mon Sep 17 00:00:00 2001 From: kkmuffme <11071985+kkmuffme@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:41:29 +0100 Subject: [PATCH] fix test --- tests/TypeCombinationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeCombinationTest.php b/tests/TypeCombinationTest.php index ba3ded5e83d..841fbd67e36 100644 --- a/tests/TypeCombinationTest.php +++ b/tests/TypeCombinationTest.php @@ -934,7 +934,7 @@ public function providerTestValidTypeCombination(): array ], ], 'nonFalsyStringAndFalsyLiteral' => [ - 'string', + 'non-empty-string', [ 'non-falsy-string', '"0"',