Skip to content

Commit

Permalink
Moved straight_join to $reservedNewline
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored Aug 5, 2024
1 parent 7c0096a commit f7466e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ final class Tokenizer
'STATUS',
'STOP',
'STORAGE',
'STRAIGHT_JOIN',
'STRING',
'STRIPED',
'SUPER',
Expand Down Expand Up @@ -409,6 +408,7 @@ final class Tokenizer
'OUTER JOIN',
'RIGHT JOIN',
'RIGHT OUTER JOIN',
'STRAIGHT_JOIN',
'XOR',
];

Expand Down

0 comments on commit f7466e7

Please sign in to comment.