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
Fix issues found:
- Define the type of the bodyParsers array.
- Type hint the input to a body parser to string as that's what it
always is.
- ServerRequest::getQueryParams() always returns an array, so we don't
need to test for it.
- Ensure that the uri key in the file metadata is a string before using
it.
Remove tests for string and use a type hint
0 commit comments