Skip to content

Commit

Permalink
Merge pull request #1 from rap2hpoutre/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
rap2hpoutre authored Apr 5, 2018
2 parents 0ebacb1 + 4e0511b commit af122af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/FastExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ class FastExcel

/**
* FastExcel constructor.
* @param $data
* @param Collection $data
*/
public function __construct($data = null)
{
$this->data = $data;
}

/**
* @param $path
* @param string $path
* @throws \Box\Spout\Common\Exception\IOException
* @throws \Box\Spout\Common\Exception\InvalidArgumentException
* @throws \Box\Spout\Common\Exception\UnsupportedTypeException
Expand All @@ -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
Expand Down Expand Up @@ -136,7 +136,7 @@ public function withoutHeaders()
}

/**
* @param $delimiter
* @param string $delimiter
* @param string $enclosure
* @param string $eol
* @param string $encoding
Expand All @@ -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
Expand Down

0 comments on commit af122af

Please sign in to comment.