From a42d909e23c5136c6994e831c2cf1d051e6d63e9 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 6 Jul 2021 00:15:32 +0200 Subject: [PATCH] Add type annotations for `PrimitiveValue` --- src/Value/PrimitiveValue.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Value/PrimitiveValue.php b/src/Value/PrimitiveValue.php index 05b099b5..055a4397 100644 --- a/src/Value/PrimitiveValue.php +++ b/src/Value/PrimitiveValue.php @@ -4,6 +4,9 @@ abstract class PrimitiveValue extends Value { + /** + * @param int $iLineNo + */ public function __construct($iLineNo = 0) { parent::__construct($iLineNo);