Skip to content

Commit b612f65

Browse files
committed
[CLEANUP] Make a type annotation in a test more specific
1 parent 86aeaa7 commit b612f65

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
@@ -19,7 +19,7 @@ final class ValueTest extends TestCase
1919
*
2020
* @see \Sabberworm\CSS\Rule\Rule::listDelimiterForRule
2121
*
22-
* @var array<int, string>
22+
* @var list<non-empty-string>
2323
*/
2424
private const DEFAULT_DELIMITERS = [',', ' ', '/'];
2525

0 commit comments

Comments
 (0)