Skip to content
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

Check for missing name property in IsBoolLiteral #69

Merged
merged 1 commit into from
Jul 6, 2015

Conversation

redbeardcreator
Copy link
Contributor

The IsBoolLiteral trait checks that the name property of the
Node. In the current version of PhpParser, the name property may not
be present. So check for it first.

The `IsBoolLiteral` trait checks that the `name` property of the
Node. In the current version of PhpParser, the `name` property *may* not
be present. So check for it first.
redbeardcreator added a commit that referenced this pull request Jul 6, 2015
Check for missing name property in IsBoolLiteral
@redbeardcreator redbeardcreator merged commit 44e7066 into psecio:master Jul 6, 2015
@redbeardcreator redbeardcreator deleted the bool-check branch July 6, 2015 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant