@@ -615,8 +615,7 @@ |
||
615 | 615 | */ |
616 | 616 | $path = 'mshop/order/manager/base/insert'; |
617 | 617 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
618 | - } |
|
619 | - else |
|
618 | + } else |
|
620 | 619 | { |
621 | 620 | /** mshop/order/manager/base/update/mysql |
622 | 621 | * Updates an existing order record in the database |
@@ -500,8 +500,7 @@ |
||
500 | 500 | */ |
501 | 501 | $path = 'mshop/order/manager/base/coupon/insert'; |
502 | 502 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
503 | - } |
|
504 | - else |
|
503 | + } else |
|
505 | 504 | { |
506 | 505 | /** mshop/order/manager/base/coupon/update/mysql |
507 | 506 | * Updates an existing order record in the database |
@@ -788,8 +788,7 @@ |
||
788 | 788 | */ |
789 | 789 | $path = 'mshop/order/manager/base/product/insert'; |
790 | 790 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
791 | - } |
|
792 | - else |
|
791 | + } else |
|
793 | 792 | { |
794 | 793 | /** mshop/order/manager/base/product/update/mysql |
795 | 794 | * Updates an existing order record in the database |
@@ -535,8 +535,7 @@ |
||
535 | 535 | */ |
536 | 536 | $path = 'mshop/order/manager/base/product/attribute/insert'; |
537 | 537 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
538 | - } |
|
539 | - else |
|
538 | + } else |
|
540 | 539 | { |
541 | 540 | /** mshop/order/manager/base/product/attribute/update/mysql |
542 | 541 | * Updates an existing order record in the database |
@@ -253,8 +253,7 @@ |
||
253 | 253 | */ |
254 | 254 | $path = 'mshop/order/manager/status/insert'; |
255 | 255 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
256 | - } |
|
257 | - else |
|
256 | + } else |
|
258 | 257 | { |
259 | 258 | /** mshop/order/manager/status/update/mysql |
260 | 259 | * Updates an existing order record in the database |
@@ -270,9 +270,13 @@ discard block |
||
270 | 270 | */ |
271 | 271 | public function create( array $values = [] ) : \Aimeos\MShop\Common\Item\Iface |
272 | 272 | { |
273 | - try { |
|
273 | + try |
|
274 | + { |
|
274 | 275 | $values['log.siteid'] = $values['log.siteid'] ?? $this->context()->locale()->getSiteId(); |
275 | - } catch( \Exception $e ) {} // if no locale item is available |
|
276 | + } |
|
277 | + catch( \Exception $e ) |
|
278 | + { |
|
279 | +} // if no locale item is available |
|
276 | 280 | |
277 | 281 | return $this->createItemBase( $values ); |
278 | 282 | } |
@@ -449,9 +453,12 @@ discard block |
||
449 | 453 | return $item; |
450 | 454 | } |
451 | 455 | |
452 | - try { |
|
456 | + try |
|
457 | + { |
|
453 | 458 | $siteid = $this->context()->locale()->getSiteId(); |
454 | - } catch( \Exception $e ) { |
|
459 | + } |
|
460 | + catch( \Exception $e ) |
|
461 | + { |
|
455 | 462 | $siteid = ''; |
456 | 463 | } |
457 | 464 | |
@@ -498,8 +505,7 @@ discard block |
||
498 | 505 | */ |
499 | 506 | $path = 'madmin/log/manager/insert'; |
500 | 507 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
501 | - } |
|
502 | - else |
|
508 | + } else |
|
503 | 509 | { |
504 | 510 | /** madmin/log/manager/update/mysql |
505 | 511 | * Updates an existing log record in the database |
@@ -528,8 +528,7 @@ |
||
528 | 528 | */ |
529 | 529 | $path = 'mshop/order/manager/base/service/transaction/insert'; |
530 | 530 | $sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) ); |
531 | - } |
|
532 | - else |
|
531 | + } else |
|
533 | 532 | { |
534 | 533 | /** mshop/order/manager/base/service/transaction/update/mysql |
535 | 534 | * Updates an existing order record in the database |