Skip to content

Commit

Permalink
Revert "Fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 9795f14.
  • Loading branch information
back-2-95 committed Mar 1, 2024
1 parent ca955c5 commit 4ec89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ private function listValues(string $tableName)
$resultSet = $this->conn->query($stmt);
$resultSet->setFetchMode(PDO::FETCH_ASSOC);

$ignore = $this->settings->isEnabled('insert-ignore') ? ' IGNORE' : '';
$ignore = $this->settings->isEnabled('insert-ignore') ? ' IGNORE' : '';
$count = 0;

$isInfoCallable = $this->infoCallable && is_callable($this->infoCallable);
Expand Down

0 comments on commit 4ec89ac

Please sign in to comment.