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

MissingReturnType, InvalidReturnType, MissingClosureReturnType & MissingParamType seen on Symfony 7 upgrade #382

Closed
kedarkhaire opened this issue Oct 7, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kedarkhaire
Copy link
Collaborator

kedarkhaire commented Oct 7, 2024

Is your feature request related to a problem? Please describe.

While upgrading to Symfony 7 for our apigee-client-php library, we see many changes to update in it.
Following are the error types we need to fix
MissingReturnType (https://psalm.dev/docs/running_psalm/issues/MissingReturnType/)
InvalidReturnType (https://psalm.dev/docs/running_psalm/issues/InvalidReturnType/)
MissingClosureReturnType (https://psalm.dev/docs/running_psalm/issues/MissingClosureReturnType/)
MissingParamType (https://psalm.dev/docs/running_psalm/issues/MissingParamType/)

The above error is only a PSALM error, not a test error.

@kedarkhaire kedarkhaire added the enhancement New feature or request label Oct 7, 2024
@kedarkhaire kedarkhaire self-assigned this Oct 7, 2024
@kedarkhaire kedarkhaire changed the title MissingReturnType, InvalidReturnType, MissingClosureReturnType & MissingParamType needs to be fixed for Symfony 7 MissingReturnType, InvalidReturnType, MissingClosureReturnType & MissingParamType seen on Symfony 7 upgrade Oct 7, 2024
@kedarkhaire
Copy link
Collaborator Author

PR #386 fixed this issue. Closing

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