Passed
Push — master ( 2722c9...2fcbcd )
by Aimeos
08:12 queued 06:15
created
src/MShop/Customer/Manager/FosUser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -416,8 +416,7 @@
 block discarded – undo
416 416
 			 */
417 417
 			$path = 'mshop/customer/manager/fosuser/insert';
418 418
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
419
-		}
420
-		else
419
+		} else
421 420
 		{
422 421
 			/** mshop/customer/manager/fosuser/update
423 422
 			 * Updates an existing customer record in the database
Please login to merge, or discard this patch.