Skip to content

Commit d0f3a1f

Browse files
committed
Add more type annotations for ValueList
1 parent 7de0f36 commit d0f3a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Value/ValueList.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ abstract class ValueList extends Value
1919
/**
2020
* phpcs:ignore Generic.Files.LineLength
2121
* @param array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>|RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string $aComponents
22+
* @param string $sSeparator
23+
* @param int $iLineNo
2224
*/
2325
public function __construct($aComponents = [], $sSeparator = ',', $iLineNo = 0)
2426
{

0 commit comments

Comments
 (0)