Skip to content

Commit 47ea8dc

Browse files
committed
lint
1 parent b519f56 commit 47ea8dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Ast/Type/CommentNode.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ class CommentNode implements TypeNode
99

1010
use NodeAttributes;
1111

12-
/**
13-
* @var string
14-
*/
12+
/** @var string */
1513
public $text;
1614

1715
public function __construct(string $text)

0 commit comments

Comments
 (0)