You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: