Skip to content

Commit

Permalink
Merge 95e2199 into 0ea1625
Browse files Browse the repository at this point in the history
  • Loading branch information
halfpastfouram committed Jul 3, 2020
2 parents 0ea1625 + 95e2199 commit 6e6e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/create_uploaded_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function createUploadedFile(array $spec) : UploadedFile

return new UploadedFile(
$spec['tmp_name'],
$spec['size'],
(int) $spec['size'],
$spec['error'],
$spec['name'] ?? null,
$spec['type'] ?? null
Expand Down

0 comments on commit 6e6e2af

Please sign in to comment.