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.
2 parents d0d52d9 + a42d909 commit 9a8713bCopy full SHA for 9a8713b
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