Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 10, 2023
1 parent b5fff28 commit ef9650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/SqlPreprocessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function process(array $params, bool $useParams = false): array
$prev = $this->counter;
$this->arrayMode = null;
$res[] = Nette\Utils\Strings::replace(
$param, /** @lang RegExp */
$param,
'~
\'[^\']*+\'
|"[^"]*+"
Expand Down

0 comments on commit ef9650f

Please sign in to comment.