Passed
Push — master ( 33c6fc...b4603e )
by Adrian
01:36
created
src/Action/Insert.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
         $insertSql = new \Sirius\Sql\Insert($connection);
30 30
         $insertSql->into($this->mapper->getTable())
31
-                  ->columns($columns);
31
+                    ->columns($columns);
32 32
         $insertSql->perform();
33 33
         $this->mapper->setEntityPk($this->entity, $connection->lastInsertId());
34 34
     }
Please login to merge, or discard this patch.