Passed
Push — master ( 98bacf...c5548c )
by Aimeos
03:51
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -420,8 +420,7 @@
 block discarded – undo
420 420
 				 */
421 421
 				$path = 'mshop/customer/manager/laravel/insert';
422 422
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
423
-			}
424
-			else
423
+			} else
425 424
 			{
426 425
 				/** mshop/customer/manager/laravel/update
427 426
 				 * Updates an existing customer record in the database
Please login to merge, or discard this patch.