Skip to content

Commit 70a01c9

Browse files
authored
Merge pull request #280 from oliverklee/cleanup/types-rulevaluelist
Add type annotations for `RuleValueList`
2 parents 7d16223 + dfac263 commit 70a01c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Value/RuleValueList.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
class RuleValueList extends ValueList
66
{
7+
/**
8+
* @param string $sSeparator
9+
* @param int $iLineNo
10+
*/
711
public function __construct($sSeparator = ',', $iLineNo = 0)
812
{
913
parent::__construct([], $sSeparator, $iLineNo);

0 commit comments

Comments
 (0)