From e1020dc32d532358a1022bb7eaf991ee71b5a97c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 27 Jun 2021 09:51:15 +0200 Subject: [PATCH] Add type annotations for `CalcRuleValueList` --- src/Value/CalcRuleValueList.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Value/CalcRuleValueList.php b/src/Value/CalcRuleValueList.php index d44f0acb..5e3e4bde 100644 --- a/src/Value/CalcRuleValueList.php +++ b/src/Value/CalcRuleValueList.php @@ -6,6 +6,9 @@ class CalcRuleValueList extends RuleValueList { + /** + * @param int $iLineNo + */ public function __construct($iLineNo = 0) { parent::__construct([], ',', $iLineNo);