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

PHP 8.0 | Stabilize comment tokenization for hash comments #3072

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Aug 31, 2020

Follow up on #3027 which handled this for slash-style comments.

Hash-style comments were not addressed in the earlier change. This oversight has now been fixed.

Includes additional unit tests.

Fixes #3069

Follow up on 3027 which handled this for slash-style comments.

Hash-style comments were not addressed in the earlier change. This oversight has now been fixed.

Includes additional unit tests.

Fixes 3069
@gsherwood gsherwood added this to the 3.5.7 milestone Aug 31, 2020
gsherwood added a commit that referenced this pull request Aug 31, 2020
@gsherwood gsherwood merged commit f9e661f into squizlabs:master Aug 31, 2020
@gsherwood
Copy link
Member

Thanks a lot for fixing this

@jrfnl jrfnl deleted the feature/3069-php-8.0-fix-hash-comment-tokenization branch September 1, 2020 00:00
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.

Different parsing of # comment on PHP 8
2 participants