Just a reminder to self to revisit the yield from tokenization and add more extensive tests for this.
Things to have a critical look at whether they are tokenized correctly/how they are tokenized:
yield and from with only whitespace between the words, but the words are on different lines
yield and from with a comment between the words
Also needs a check on how PHP natively handles this.
Just a reminder to self to revisit the
yield fromtokenization and add more extensive tests for this.Things to have a critical look at whether they are tokenized correctly/how they are tokenized:
yieldandfromwith only whitespace between the words, but the words are on different linesyieldandfromwith a comment between the wordsAlso needs a check on how PHP natively handles this.