Skip to content

Commit 64d1d3c

Browse files
authored
Fix CS (#919)
1 parent 10c90ff commit 64d1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Persistence/Sql/Query.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ protected function _render_set_fields(): ?string
816816
$ret = [];
817817

818818
if ($this->args['set']) {
819-
foreach ($this->args['set'] as [$field/*, $value*/]) {
819+
foreach ($this->args['set'] as [$field/*, $value*/ ]) {
820820
$field = $this->consume($field, self::ESCAPE_IDENTIFIER);
821821

822822
$ret[] = $field;

0 commit comments

Comments
 (0)