Passed
Branch main (e0d705)
by Thierry
03:52 queued 01:59
created
src/Db/Table.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -328,8 +328,8 @@
 block discarded – undo
328 328
                 " (" . implode(", ", $originals) . ") SELECT " . implode(
329 329
                     ", ",
330 330
                     array_map(function ($key) {
331
-                   return $this->driver->escapeId($key);
332
-               }, array_keys($originals))
331
+                    return $this->driver->escapeId($key);
332
+                }, array_keys($originals))
333 333
                 ) . " FROM " . $this->driver->table($table))) {
334 334
                 return false;
335 335
             }
Please login to merge, or discard this patch.