Skip to content

Commit 3614c0d

Browse files
authored
[BUGFIX] Fix a type annotation in a test (#903)
1 parent bcbdf4b commit 3614c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Value/ValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function parsesArithmeticInFunctions(string $operator): void
5757
}
5858

5959
/**
60-
* @return array<string, array{0: string, 1: string}>
60+
* @return array<string, array{'to be parsed': non-empty-string, 'expected': non-empty-string}>
6161
* The first datum is a template for the parser (using `sprintf` insertion marker `%s` for some expression).
6262
* The second is for the expected result, which may have whitespace and trailing semicolon removed.
6363
*/

0 commit comments

Comments
 (0)