We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbdf4b commit 3614c0dCopy full SHA for 3614c0d
tests/Unit/Value/ValueTest.php
@@ -57,7 +57,7 @@ public function parsesArithmeticInFunctions(string $operator): void
57
}
58
59
/**
60
- * @return array<string, array{0: string, 1: string}>
+ * @return array<string, array{'to be parsed': non-empty-string, 'expected': non-empty-string}>
61
* The first datum is a template for the parser (using `sprintf` insertion marker `%s` for some expression).
62
* The second is for the expected result, which may have whitespace and trailing semicolon removed.
63
*/
0 commit comments