Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Oct 8, 2024
1 parent e83b6c0 commit 52412ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/import/fileparser.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public function process_csv_data($content) {

// TODO: Check if delimiter, enclosure and encoding is correctly set.
// In $content, is the delimiter set?
// TODO: test
$readcount = $cir->load_csv_content($content, $this->encoding, $this->delimiter);

if (empty($readcount)) {
Expand Down

0 comments on commit 52412ea

Please sign in to comment.