diff --git a/src/FastExcel.php b/src/FastExcel.php index 5ef037c..c2c4987 100644 --- a/src/FastExcel.php +++ b/src/FastExcel.php @@ -46,7 +46,7 @@ class FastExcel /** * FastExcel constructor. - * @param $data + * @param Collection $data */ public function __construct($data = null) { @@ -54,7 +54,7 @@ public function __construct($data = null) } /** - * @param $path + * @param string $path * @throws \Box\Spout\Common\Exception\IOException * @throws \Box\Spout\Common\Exception\InvalidArgumentException * @throws \Box\Spout\Common\Exception\UnsupportedTypeException @@ -81,7 +81,7 @@ public function download($path) /** * @param $path - * @param $function + * @param string $function * @throws \Box\Spout\Common\Exception\IOException * @throws \Box\Spout\Common\Exception\InvalidArgumentException * @throws \Box\Spout\Common\Exception\UnsupportedTypeException @@ -136,7 +136,7 @@ public function withoutHeaders() } /** - * @param $delimiter + * @param string $delimiter * @param string $enclosure * @param string $eol * @param string $encoding @@ -151,7 +151,7 @@ public function configureCsv($delimiter, $enclosure = '"', $eol = "\n", $encodin /** * - * @param $path + * @param string $path * @return Collection * @throws \Box\Spout\Common\Exception\IOException * @throws \Box\Spout\Common\Exception\UnsupportedTypeException