Skip to content

Commit 1f2e734

Browse files
authored
Document AST_ENUM_CASE docComment in README.md (#206)
Followup to f8248ff
1 parent 83c769f commit 1f2e734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ AST_DIM: expr, dim
392392
AST_DO_WHILE: stmts, cond
393393
AST_ECHO: expr
394394
AST_EMPTY: expr
395-
AST_ENUM_CASE: name, expr, attributes // php 8.1+ enums
395+
AST_ENUM_CASE: name, expr, docComment, attributes // php 8.1+ enums
396396
AST_EXIT: expr
397397
AST_FOR: init, cond, loop, stmts
398398
AST_FOREACH: expr, value, key, stmts

0 commit comments

Comments
 (0)