From dfac263e8c4444986ef22aa57a75cf058ae2fd40 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 27 Jun 2021 09:53:02 +0200 Subject: [PATCH] Add type annotations for `RuleValueList` --- src/Value/RuleValueList.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Value/RuleValueList.php b/src/Value/RuleValueList.php index 7e9f0101..5d533a7c 100644 --- a/src/Value/RuleValueList.php +++ b/src/Value/RuleValueList.php @@ -4,6 +4,10 @@ class RuleValueList extends ValueList { + /** + * @param string $sSeparator + * @param int $iLineNo + */ public function __construct($sSeparator = ',', $iLineNo = 0) { parent::__construct([], $sSeparator, $iLineNo);