Skip to content

Commit

Permalink
fix RuleType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-wieland-gematik committed Dec 11, 2024
1 parent 4d12956 commit b9845ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/src-generated/Parser/RuleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ enum RuleType
case DataTable; // DataTable! := #TableRow+
case DocString; // DocString! := #DocStringSeparator #Other* #DocStringSeparator
case Tags; // Tags! := #TagLine+
case DescriptionHelper; // DescriptionHelper := #Empty* Description? #Comment*
case Description; // Description! := #Other+
case DescriptionHelper; // DescriptionHelper := #Empty* Description?
case Description; // Description! := (#Other | #Comment)+
}

0 comments on commit b9845ee

Please sign in to comment.