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 7d16223 + dfac263 commit 70a01c9Copy full SHA for 70a01c9
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