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

[NFR] Add support for mixed return type (PHP >= 8.0) #120

Closed
Jeckerson opened this issue Sep 11, 2021 · 0 comments · Fixed by #121
Closed

[NFR] Add support for mixed return type (PHP >= 8.0) #120

Jeckerson opened this issue Sep 11, 2021 · 0 comments · Fixed by #121
Assignees

Comments

@Jeckerson
Copy link
Member

Jeckerson commented Sep 11, 2021

public function current() -> mixed
{
   // return some mixed value;
}

and

public function current(mixed val) -> mixed
{
   //
}
@Jeckerson Jeckerson changed the title Add support for mixed return type (PHP8.0+) Add support for mixed return type (PHP >= 8.0) Sep 11, 2021
Jeckerson added a commit that referenced this issue Sep 15, 2021
Jeckerson added a commit that referenced this issue Sep 15, 2021
Jeckerson added a commit that referenced this issue Sep 15, 2021
@Jeckerson Jeckerson linked a pull request Sep 15, 2021 that will close this issue
3 tasks
Jeckerson added a commit that referenced this issue Sep 15, 2021
@Jeckerson Jeckerson changed the title Add support for mixed return type (PHP >= 8.0) [NFR] Add support for mixed return type (PHP >= 8.0) Sep 15, 2021
@Jeckerson Jeckerson self-assigned this Sep 15, 2021
Jeckerson added a commit that referenced this issue Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant