Skip to content

Commit

Permalink
fix: update php string leaf content type
Browse files Browse the repository at this point in the history
  • Loading branch information
didroe committed Oct 23, 2023
1 parent 95c2d1b commit 1beeebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/languages/php/pattern/pattern.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ func (*Pattern) AnonymousParentTypes() []string {

func (*Pattern) LeafContentTypes() []string {
return []string{
"encapsed_string",
"string",
"string_value",
"name",
"integer",
"float",
Expand Down

0 comments on commit 1beeebf

Please sign in to comment.