From 0941764fa6633f70601740d47392f7adcf9871a7 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 10 Feb 2025 12:37:58 +0100 Subject: [PATCH] [BUGFIX] Fix a type annotation in a test --- tests/Unit/Value/ValueTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Value/ValueTest.php b/tests/Unit/Value/ValueTest.php index d96485fa..380a2ebb 100644 --- a/tests/Unit/Value/ValueTest.php +++ b/tests/Unit/Value/ValueTest.php @@ -57,7 +57,7 @@ public function parsesArithmeticInFunctions(string $operator): void } /** - * @return array + * @return array * The first datum is a template for the parser (using `sprintf` insertion marker `%s` for some expression). * The second is for the expected result, which may have whitespace and trailing semicolon removed. */