We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f8cff commit 3435331Copy full SHA for 3435331
src/CsvFileHandler.php
@@ -65,7 +65,7 @@ public function findAndReplaceInCsv(
65
66
try {
67
$count = 0;
68
- foreach ($this->getRows($filename, $headers) as $row) {
+ foreach ($this->getRows($filename) as $row) {
69
$count += (!$column)
70
? $this->replaceKeywordInRow($row, $keyword, $replace)
71
: $this->replaceKeywordInColumn($row, $column, $keyword, $replace);
0 commit comments