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.
1 parent ef70e62 commit 5353cc3Copy full SHA for 5353cc3
src/Ast/Comment.php
@@ -13,7 +13,7 @@ class Comment
13
14
public int $startIndex;
15
16
- public function __construct(string $text, int $startLine = -1, int $startIndex = -1)
+ public function __construct(string $text, int $startLine, int $startIndex)
17
{
18
$this->text = $text;
19
$this->startLine = $startLine;
0 commit comments