Skip to content

Commit

Permalink
Fix #148 as proposed in the issue itself
Browse files Browse the repository at this point in the history
  • Loading branch information
antecedent committed Dec 3, 2023
1 parent 736d41c commit 16a1ab8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ function getInnerTokens()
return [
'$',
',',
'"',
T_START_HEREDOC,
T_END_HEREDOC,
T_OBJECT_OPERATOR,
T_DOUBLE_COLON,
T_NS_SEPARATOR,
Expand Down

0 comments on commit 16a1ab8

Please sign in to comment.