Skip to content

Commit

Permalink
Update CSV.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumardusad committed Feb 17, 2021
1 parent 636516d commit 462c0f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class CSV {
private $ignoreHeaderCase = true;
private $headerOffset = 0;
private $header = [];
private $rowCount = 0;
private $headerCount = 0;
private $limit = [];
private $parsedData = [];
Expand Down

0 comments on commit 462c0f4

Please sign in to comment.