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
Psalm output (using commit a9b5291):
INFO: LessSpecificReturnStatement - 9:12 - The type 'string' is more general than the declared return type 'non-empty-string' for f
INFO: MoreSpecificReturnType - 5:12 - The declared return type 'non-empty-string' for f is more specific than the inferred return type 'string'
Hi!
is it ok to update the callmap to make Psalm understand that
urlencode(non-empty-string)
will always return anon-empty-string
?I guess there are many over functions like that and I'm not planning to do all of them though 😅
The text was updated successfully, but these errors were encountered: