Passed
Push — master ( c9773b...29143b )
by Aimeos
05:44
created
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -533,8 +533,7 @@
 block discarded – undo
533 533
 				 */
534 534
 				$path = 'mshop/order/manager/base/service/attribute/insert';
535 535
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
536
-			}
537
-			else
536
+			} else
538 537
 			{
539 538
 				/** mshop/order/manager/base/service/attribute/update/mysql
540 539
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -628,8 +628,7 @@
 block discarded – undo
628 628
 				 */
629 629
 				$path = 'mshop/order/manager/base/service/insert';
630 630
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
631
-			}
632
-			else
631
+			} else
633 632
 			{
634 633
 				/** mshop/order/manager/base/service/update/mysql
635 634
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Standard.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/order/manager/insert';
422 422
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
423
-			}
424
-			else
423
+			} else
425 424
 			{
426 425
 				/** mshop/order/manager/update/mysql
427 426
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Status/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,8 +258,7 @@
 block discarded – undo
258 258
 				 */
259 259
 				$path = 'mshop/order/manager/status/insert';
260 260
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
261
-			}
262
-			else
261
+			} else
263 262
 			{
264 263
 				/** mshop/order/manager/status/update/mysql
265 264
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Attribute/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -373,8 +373,7 @@
 block discarded – undo
373 373
 				 */
374 374
 				$path = 'mshop/attribute/manager/insert';
375 375
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
376
-			}
377
-			else
376
+			} else
378 377
 			{
379 378
 				/** mshop/attribute/manager/update/mysql
380 379
 				 * Updates an existing attribute record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Stock/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -208,8 +208,7 @@
 block discarded – undo
208 208
 				 */
209 209
 				$path = 'mshop/stock/manager/insert';
210 210
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
211
-			}
212
-			else
211
+			} else
213 212
 			{
214 213
 				/** mshop/stock/manager/update/mysql
215 214
 				 * Updates an existing product stock record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Subscription/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -333,8 +333,7 @@
 block discarded – undo
333 333
 				 */
334 334
 				$path = 'mshop/subscription/manager/insert';
335 335
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
336
-			}
337
-			else
336
+			} else
338 337
 			{
339 338
 				/** mshop/subscription/manager/update/mysql
340 339
 				 * Updates an existing subscription record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Product/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -598,8 +598,7 @@
 block discarded – undo
598 598
 				 */
599 599
 				$path = 'mshop/product/manager/insert';
600 600
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
601
-			}
602
-			else
601
+			} else
603 602
 			{
604 603
 				/** mshop/product/manager/update/mysql
605 604
 				 * Updates an existing product record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Media/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -402,8 +402,7 @@
 block discarded – undo
402 402
 				 */
403 403
 				$path = 'mshop/media/manager/insert';
404 404
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
405
-			}
406
-			else
405
+			} else
407 406
 			{
408 407
 				/** mshop/media/manager/update/mysql
409 408
 				 * Updates an existing media record in the database
Please login to merge, or discard this patch.