Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
darkterminal authored and github-actions[bot] committed Jul 15, 2024
1 parent 4fce60a commit b672d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/LibSQLConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function escapeString($value)

public function quote(string $value): string
{
return "'" . $this->escapeString($value) . "'";
return "'".$this->escapeString($value)."'";
}

private function isArrayAssoc(array $data)
Expand Down

0 comments on commit b672d9e

Please sign in to comment.