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.
RuleValueList
1 parent afc7f64 commit dfac263Copy full SHA for dfac263
src/Value/RuleValueList.php
@@ -4,6 +4,10 @@
4
5
class RuleValueList extends ValueList
6
{
7
+ /**
8
+ * @param string $sSeparator
9
+ * @param int $iLineNo
10
+ */
11
public function __construct($sSeparator = ',', $iLineNo = 0)
12
13
parent::__construct([], $sSeparator, $iLineNo);
0 commit comments