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

Support true return type #557

Closed
stof opened this issue Aug 22, 2022 · 2 comments
Closed

Support true return type #557

stof opened this issue Aug 22, 2022 · 2 comments
Labels

Comments

@stof
Copy link
Member

stof commented Aug 22, 2022

Similar to #505, but for the true type added in PHP 8.2

@stof stof added the PHP8.2 label Aug 22, 2022
@kschatzle
Copy link
Contributor

FYI

bool Return Type php80 php81 php82
true Standalone Type N N Y
true Intersection Type N N N
true Union Type N N Y
true Nullable Type N N Y
false Standalone Type N N Y
false Intersection Type N N N
false Union Type Y Y Y
false Nullable Type N N Y

@kschatzle
Copy link
Contributor

kschatzle commented Sep 11, 2022

PR found here -> #566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants