Skip to content

Commit

Permalink
[10.x] Added UploadedFile as return type (#47847)
Browse files Browse the repository at this point in the history
* Added UploadedFile as return type

* Update Filesystem.php

* Update Filesystem.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
khrigo and taylorotwell authored Jul 26, 2023
1 parent f7e3fde commit 569ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function readStream($path);
* Write the contents of a file.
*
* @param string $path
* @param string|resource $contents
* @param \Psr\Http\Message\StreamInterface|\Illuminate\Http\File|\Illuminate\Http\UploadedFile|string|resource $contents
* @param mixed $options
* @return bool
*/
Expand Down

0 comments on commit 569ad37

Please sign in to comment.