Add missing heredoc end token

This commit is contained in:
Arthur Baars
2021-02-17 15:58:13 +01:00
committed by GitHub
parent e1047fad2c
commit cabe6df820

View File

@@ -310,6 +310,7 @@ class CharacterLiteral extends Literal, @token_character {
* query = <<SQL
* SELECT * FROM person
* WHERE age > 21
* SQL
* ```
*/
class HereDoc extends StringlikeLiteral {