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
The array shape for the $files argument to HttpOptions::withFiles(array $files) is defined as array<string, string>, but it should be array<string, UploadedFile>.
There is an existing issue (#97) suggesting strings should be allowed too, in which case it would become array<string, string|UploadedFile>.
The text was updated successfully, but these errors were encountered:
The array shape for the
$files
argument toHttpOptions::withFiles(array $files)
is defined asarray<string, string>
, but it should bearray<string, UploadedFile>
.There is an existing issue (#97) suggesting strings should be allowed too, in which case it would become
array<string, string|UploadedFile>
.The text was updated successfully, but these errors were encountered: