Skip to content

Commit 8147601

Browse files
committed
Fix doc comment
1 parent e5a1bd4 commit 8147601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ASTConverter/ASTConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class ASTConverter {
6565
private static $ast_version = self::AST_VERSION;
6666

6767
/**
68-
* @var int - A version in SUPPORTED_AST_VERSIONS
68+
* @var int - Internal counter for declarations, to generate __declId in `\ast\Node`s for declarations.
6969
*/
7070
private static $decl_id = 0;
7171

0 commit comments

Comments
 (0)