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 compatibility issue with phpstan 2.0 parser #394

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Dec 7, 2024

The phpstan 2.0 release contains a fix which resolves the existing bug in the old parser that didn't take the whole description when it was multiline. Now the workaround is disabled when using phpstan parser v2

Fixes #393

The phpstan 2.0 release contains a fix which resolves the existing bug
in the old parser that didn't take the whole description when it was
multiline. Now the workaround is disabled when using phpstan parser v2

Fixes #393
@jaapio jaapio merged commit e5e7841 into 5.x Dec 7, 2024
24 of 25 checks passed
@jaapio jaapio deleted the bugfix/phpstan-parser-2.0 branch December 7, 2024 09:39
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.

Multiline @param description duplicating last line
1 participant