Passed
Push — main ( 34473d...3ec5f7 )
by Thierry
03:12 queued 01:18
created
src/Db/Database.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,8 +142,8 @@
 block discarded – undo
142 142
                 ' (' . implode(', ', $originals) . ') SELECT ' . implode(
143 143
                     ', ',
144 144
                     array_map(function ($key) {
145
-                   return $this->driver->escapeId($key);
146
-               }, array_keys($originals))
145
+                    return $this->driver->escapeId($key);
146
+                }, array_keys($originals))
147 147
                 ) . ' FROM ' . $this->driver->table($table))) {
148 148
                 return false;
149 149
             }
Please login to merge, or discard this patch.