-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Simple fix miss property...(class member) #952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This looks like spam. Please explain what you're trying to do if it isn't. |
Like the example below class Foo {
public $bar1;
publi $foo;
public $bar;
} When parsed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I understand what you are trying to do now. You need to run grammar/rebuildParser.php
to regenerate the parser, otherwise this will have no effect.
Co-authored-by: Nikita Popov <[email protected]>
This still needs to run grammar/rebuildParser.php to regenerate the parser. |
Thx. |
When encountering a null statement (indicating that an error occurred), retain the preceding statements. These were accidentally dropped previously. (cherry picked from commit 54103d8)
No description provided.