Skip to content

Commit 7d16223

Browse files
authored
Merge pull request #279 from oliverklee/cleanup/types-calcrulevaluelist
Add type annotations for `CalcRuleValueList`
2 parents 585034b + e1020dc commit 7d16223

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Value/CalcRuleValueList.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
class CalcRuleValueList extends RuleValueList
88
{
9+
/**
10+
* @param int $iLineNo
11+
*/
912
public function __construct($iLineNo = 0)
1013
{
1114
parent::__construct([], ',', $iLineNo);

0 commit comments

Comments
 (0)