Skip to content

Commit b519f56

Browse files
committed
remove typehint
1 parent f3c4615 commit b519f56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Ast/Type/CommentNode.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ class CommentNode implements TypeNode
99

1010
use NodeAttributes;
1111

12-
public string $text;
12+
/**
13+
* @var string
14+
*/
15+
public $text;
1316

1417
public function __construct(string $text)
1518
{

0 commit comments

Comments
 (0)