Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nikazooz committed Mar 20, 2021
1 parent 917080f commit c697789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Concerns/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function store(string $filePath = null, string $disk = null, string $writ
* @param string|null $filePath
* @param string|null $disk
* @param string|null $writerType
* @return \Illuminate\Foundation\Bus\PendingDispatch
* @return mixed
*
* @throws \Nikazooz\Simplesheet\Exceptions\NoFilePathGivenException
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/Importable.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function toCollection($filePath = null, string $disk = null, string $read
* @param \Symfony\Component\HttpFoundation\File\UploadedFile|string|null $filePath
* @param string|null $disk
* @param string|null $readerType
* @return \Illuminate\Foundation\Bus\PendingDispatch
* @return mixed
*
* @throws \InvalidArgumentException
* @throws \Nikazooz\Simplesheet\Exceptions\NoFilePathGivenException
Expand Down

0 comments on commit c697789

Please sign in to comment.