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

Fix ?-> with succeeding PHP keyword #1124

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Fix ?-> with succeeding PHP keyword #1124

merged 2 commits into from
Sep 11, 2023

Conversation

sxxov
Copy link
Contributor

@sxxov sxxov commented Jul 3, 2023

Fixes #1003

I'm going to be honest, I have no idea what I'm doing, but all the tests seem to pass. Feel free to point me in the correct direction if this is absolutely not how you're supposed to do this.

@czosel
Copy link
Collaborator

czosel commented Jul 3, 2023

Hi @sxxov, thanks for contributing! Since I'm not the original author of the library I also always have to take some time to figure out PR reviews. Before I do that, could you add a test case that shows that your change fixes the issue you linked?

@sxxov
Copy link
Contributor Author

sxxov commented Sep 10, 2023

Ahh sorry for the long wait. I've added a test (::

Copy link
Collaborator

@cseufert cseufert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, LGTM

Copy link
Collaborator

@czosel czosel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks for contributing!

@czosel czosel merged commit 80eb946 into glayzzle:main Sep 11, 2023
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.

Null-safe operator followed by a property named class results in a syntax error
3 participants