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. */