Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Jan 16, 2024
1 parent bedd5f6 commit 45e3548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Exceptions/NoSheetsFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class NoSheetsFoundException extends LogicException implements LaravelExcelException
{

}
11 changes: 5 additions & 6 deletions src/Jobs/QueueExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Foundation\Bus\Dispatchable;
use Maatwebsite\Excel\Concerns\WithMultipleSheets;
use Maatwebsite\Excel\Exceptions\NoSheetsFoundException;
use Maatwebsite\Excel\Exceptions\NoTypeDetectedException;
use Maatwebsite\Excel\Files\TemporaryFile;
use Maatwebsite\Excel\Jobs\Middleware\LocalizeJob;
use Maatwebsite\Excel\Writer;
Expand All @@ -32,9 +31,9 @@ class QueueExport implements ShouldQueue
private $temporaryFile;

/**
* @param object $export
* @param TemporaryFile $temporaryFile
* @param string $writerType
* @param object $export
* @param TemporaryFile $temporaryFile
* @param string $writerType
*/
public function __construct($export, TemporaryFile $temporaryFile, string $writerType)
{
Expand All @@ -54,7 +53,7 @@ public function middleware()
}

/**
* @param Writer $writer
* @param Writer $writer
*
* @throws \PhpOffice\PhpSpreadsheet\Exception
*/
Expand Down Expand Up @@ -84,7 +83,7 @@ public function handle(Writer $writer)
}

/**
* @param Throwable $e
* @param Throwable $e
*/
public function failed(Throwable $e)
{
Expand Down

0 comments on commit 45e3548

Please sign in to comment.