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.
2 parents 76044ef + d0f3a1f commit 7bd531cCopy full SHA for 7bd531c
src/Value/ValueList.php
@@ -19,6 +19,8 @@ abstract class ValueList extends Value
19
/**
20
* phpcs:ignore Generic.Files.LineLength
21
* @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
24
*/
25
public function __construct($aComponents = [], $sSeparator = ',', $iLineNo = 0)
26
{
0 commit comments