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.
ValueList
1 parent 7de0f36 commit d0f3a1fCopy full SHA for d0f3a1f
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