Skip to content

Commit

Permalink
Fixed errors from PHPstan
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Apr 13, 2021
1 parent 972b341 commit 7d5c041
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/CsvIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ class CsvIterator implements Iterator, Countable
* @var array
*/
protected $headers = [];

/**
* @var string
*/
protected $filename;

/**
* Constructor
*
Expand Down Expand Up @@ -101,7 +107,7 @@ public function count()
/**
* Return the current element
*
* @return void
* @return mixed
*/
public function current()
{
Expand Down

0 comments on commit 7d5c041

Please sign in to comment.