Passed
Push — master ( e4a92d...0988af )
by Aimeos
04:33
created
src/MShop/Customer/Manager/Address/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,8 +158,7 @@
 block discarded – undo
158 158
 		{
159 159
 			$path = 'mshop/customer/manager/address/insert';
160 160
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
161
-		}
162
-		else
161
+		} else
163 162
 		{
164 163
 			$path = 'mshop/customer/manager/address/update';
165 164
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ), false );
Please login to merge, or discard this patch.