Skip to content

Commit

Permalink
fix quality check
Browse files Browse the repository at this point in the history
  • Loading branch information
vdariel committed Oct 23, 2023
1 parent d90fb25 commit 6c072d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Smart145\FastExcel;

use Generator;

use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use InvalidArgumentException;
Expand Down Expand Up @@ -58,7 +57,7 @@ public function export($path, callable $callback = null)
}

/**
* @param $path
* @param $path
* @param callable|null $callback
*
* @throws \OpenSpout\Common\Exception\InvalidArgumentException
Expand All @@ -81,7 +80,7 @@ public function download($path, callable $callback = null)
}

/**
* @param $path
* @param $path
* @param string $function
* @param callable|null $callback
*
Expand Down
1 change: 0 additions & 1 deletion src/Facades/FastExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ protected static function getFacadeAccessor()
return 'fastexcel';
}
}

0 comments on commit 6c072d3

Please sign in to comment.