mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Add missing heredoc end token
This commit is contained in:
@@ -310,6 +310,7 @@ class CharacterLiteral extends Literal, @token_character {
|
||||
* query = <<SQL
|
||||
* SELECT * FROM person
|
||||
* WHERE age > 21
|
||||
* SQL
|
||||
* ```
|
||||
*/
|
||||
class HereDoc extends StringlikeLiteral {
|
||||
|
||||
Reference in New Issue
Block a user