-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Hi.
I'm encountering a tokenizer error when there are protobuf generated files in the project.
These lines:
Lines 71 to 73 in abb3755
| $values = \preg_split('/\R+/Uu', $tok[1]); | |
| foreach ($values as $v) { |
I var-dumped the $tok variable when $values === false and got this:
Looks like a Protobuf generated metadata e.g. this: https://github.com/buggregator/trap/blob/master/src/Test/Proto/Metadata/Message.php
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

