We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes nodes have nil positions. This causes code to panic when attempting to use that nil position.
If we can handle it, it should be handled. If it can't be handled in a nice way, at least phpgrep should not panic.
The text was updated successfully, but these errors were encountered:
handle nil positions
1b26ad8
Updates #24 Signed-off-by: Iskander Sharipov <[email protected]>
No branches or pull requests
Sometimes nodes have nil positions.
This causes code to panic when attempting to use that nil position.
If we can handle it, it should be handled.
If it can't be handled in a nice way, at least phpgrep should not panic.
The text was updated successfully, but these errors were encountered: