From 825f46f9dc55eb3c154f1ea120af78ca0dcc03ac Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 19 Dec 2022 22:23:31 +0100 Subject: [PATCH] Fix test --- tests/ArrayFunctionCallTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ArrayFunctionCallTest.php b/tests/ArrayFunctionCallTest.php index ae228a438bb..05947471ff0 100644 --- a/tests/ArrayFunctionCallTest.php +++ b/tests/ArrayFunctionCallTest.php @@ -837,7 +837,7 @@ function foo($a) '$vars' => 'array{x: string, y: string}', '$c' => 'string', '$e' => 'list', - '$f' => 'list|string', + '$f' => 'list', ], ], 'arrayKeysNoEmpty' => [