From 18fbdb8f0c3a380f0f24be58fd1a9cedec74e2d4 Mon Sep 17 00:00:00 2001 From: kkmuffme <11071985+kkmuffme@users.noreply.github.com> Date: Thu, 4 Aug 2022 00:26:36 +0200 Subject: [PATCH] fix tests --- tests/ArrayFunctionCallTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ArrayFunctionCallTest.php b/tests/ArrayFunctionCallTest.php index d6bfc9b41df..4405bc452ca 100644 --- a/tests/ArrayFunctionCallTest.php +++ b/tests/ArrayFunctionCallTest.php @@ -2163,7 +2163,7 @@ function($val) { return (int)$val; }, ); ', 'assertions' => [ - '$line===' => 'array{0: int}', + '$line===' => 'array{0: 0}', ], ], 'arrayUnshiftOnEmptyArrayMeansNonEmptyList' => [