Skip to content

Commit dfac263

Browse files
committed
Add type annotations for RuleValueList
1 parent afc7f64 commit dfac263

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)