From c69778936cccdec8c5c8a92aea97afbd1c7467d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20=C5=BDivanovi=C4=87?= Date: Sat, 20 Mar 2021 22:35:42 +0100 Subject: [PATCH] Update return type --- src/Concerns/Exportable.php | 2 +- src/Concerns/Importable.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Concerns/Exportable.php b/src/Concerns/Exportable.php index 7336864..f6b5ff1 100644 --- a/src/Concerns/Exportable.php +++ b/src/Concerns/Exportable.php @@ -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 */ diff --git a/src/Concerns/Importable.php b/src/Concerns/Importable.php index 365002a..adfff79 100644 --- a/src/Concerns/Importable.php +++ b/src/Concerns/Importable.php @@ -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