Skip to content

Commit a42d909

Browse files
committed
Add type annotations for PrimitiveValue
1 parent 7de0f36 commit a42d909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Value/PrimitiveValue.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
abstract class PrimitiveValue extends Value
66
{
7+
/**
8+
* @param int $iLineNo
9+
*/
710
public function __construct($iLineNo = 0)
811
{
912
parent::__construct($iLineNo);

0 commit comments

Comments
 (0)