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] Nested ternary operator needs to have parentheses around it : false positive ? #3942

Closed
gnutix opened this issue Oct 12, 2020 · 2 comments

Comments

@gnutix
Copy link

gnutix commented Oct 12, 2020

Bug report

I have a code containing parenthesis and the issue is still reported.

Code snippet that reproduces the problem

https://phpstan.org/r/99e27548-b5ef-4701-be1b-4586579014f5

To fix it, I changed it to : https://phpstan.org/r/c34635a9-801a-46fc-a0c4-b28421dc7ed0

Expected output

No errors. Even more as this error cannot be ignored in the baseline.

@gnutix gnutix changed the title [False-positive] Nested ternary operator needs to have parentheses around it [PHP 8] Nested ternary operator needs to have parentheses around it : false positive ? Oct 13, 2020
@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@ea43e81

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants