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 585034b + e1020dc commit 7d16223Copy full SHA for 7d16223
src/Value/CalcRuleValueList.php
@@ -6,6 +6,9 @@
6
7
class CalcRuleValueList extends RuleValueList
8
{
9
+ /**
10
+ * @param int $iLineNo
11
+ */
12
public function __construct($iLineNo = 0)
13
14
parent::__construct([], ',', $iLineNo);
0 commit comments