Skip to content

Commit 766aaa0

Browse files
authored
[CLEANUP] Make a type annotation in a test more specific (#1055)
1 parent cafd121 commit 766aaa0

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)