We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PrimitiveValue
1 parent 7de0f36 commit a42d909Copy full SHA for a42d909
src/Value/PrimitiveValue.php
@@ -4,6 +4,9 @@
4
5
abstract class PrimitiveValue extends Value
6
{
7
+ /**
8
+ * @param int $iLineNo
9
+ */
10
public function __construct($iLineNo = 0)
11
12
parent::__construct($iLineNo);
0 commit comments