Passed
Push — master ( c663a5...2e9af5 )
by Aimeos
07:43
created
src/MShop/Locale/Manager/Currency/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -265,8 +265,7 @@
 block discarded – undo
265 265
 			 */
266 266
 			$path = 'mshop/locale/manager/currency/insert';
267 267
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
268
-		}
269
-		else
268
+		} else
270 269
 		{
271 270
 			/** mshop/locale/manager/currency/update/mysql
272 271
 			 * Updates an existing currency record in the database
Please login to merge, or discard this patch.