Skip to content

Commit

Permalink
Remove double quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
  • Loading branch information
liviuconcioiu committed Jan 31, 2023
1 parent b0ac339 commit f45cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ private function getMessageForNoRowsReturned(
array $analyzedSqlResults,
$numRows
): Message {
if ($analyzedSqlResults['querytype'] === 'DELETE"') {
if ($analyzedSqlResults['querytype'] === 'DELETE') {
$message = Message::getMessageForDeletedRows($numRows);
} elseif ($analyzedSqlResults['is_insert']) {
if ($analyzedSqlResults['querytype'] === 'REPLACE') {
Expand Down

0 comments on commit f45cd23

Please sign in to comment.