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

Detect nullable types from PHP definitions #133

Open
mesour opened this issue Sep 24, 2023 · 0 comments
Open

Detect nullable types from PHP definitions #133

mesour opened this issue Sep 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mesour
Copy link
Contributor

mesour commented Sep 24, 2023

From definitions like:

  • {var $var = true ? 123 : null}
  • {var $foo = $x['bar'] ?? null}
@mesour mesour added enhancement New feature or request next version candidate Candidate for next release labels Sep 24, 2023
@mesour mesour removed the next version candidate Candidate for next release label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant