@@ -87,7 +87,7 @@ |
||
87 | 87 | |
88 | 88 | try { |
89 | 89 | $refItem = $refManager->find( $refItem->getCode(), [], $item->getResourceType(), $refItem->getType() ); |
90 | - } catch( \Exception $e ) { ; } // if not found, use the new item |
|
90 | + } catch( \Exception $e ) {; } // if not found, use the new item |
|
91 | 91 | |
92 | 92 | $refItem = $this->addRefItems( $refItem, $data ); |
93 | 93 | $item->addListItem( 'attribute', $listItem, $refItem ); |
@@ -85,9 +85,13 @@ |
||
85 | 85 | $listItem = $manager->createListItem()->setPosition( $idx )->fromArray( $data ); |
86 | 86 | $refItem = $refManager->create()->fromArray( $data ); |
87 | 87 | |
88 | - try { |
|
88 | + try |
|
89 | + { |
|
89 | 90 | $refItem = $refManager->find( $refItem->getCode(), [], $item->getResourceType(), $refItem->getType() ); |
90 | - } catch( \Exception $e ) { ; } // if not found, use the new item |
|
91 | + } |
|
92 | + catch( \Exception $e ) |
|
93 | + { |
|
94 | +; } // if not found, use the new item |
|
91 | 95 | |
92 | 96 | $refItem = $this->addRefItems( $refItem, $data ); |
93 | 97 | $item->addListItem( 'attribute', $listItem, $refItem ); |
@@ -843,9 +843,12 @@ discard block |
||
843 | 843 | |
844 | 844 | foreach( $sitePath as $siteId ) |
845 | 845 | { |
846 | - try { |
|
846 | + try |
|
847 | + { |
|
847 | 848 | $path = $this->createTreeManager( $siteId )->getPath( $id ); |
848 | - } catch( \Exception $e ) { |
|
849 | + } |
|
850 | + catch( \Exception $e ) |
|
851 | + { |
|
849 | 852 | continue; |
850 | 853 | } |
851 | 854 | |
@@ -889,9 +892,12 @@ discard block |
||
889 | 892 | |
890 | 893 | foreach( $sitePath as $siteId ) |
891 | 894 | { |
892 | - try { |
|
895 | + try |
|
896 | + { |
|
893 | 897 | $node = $this->createTreeManager( $siteId )->getNode( $id, $level, $criteria ); |
894 | - } catch( \Aimeos\MW\Tree\Exception $e ) { |
|
898 | + } |
|
899 | + catch( \Aimeos\MW\Tree\Exception $e ) |
|
900 | + { |
|
895 | 901 | continue; |
896 | 902 | } |
897 | 903 | |
@@ -973,8 +979,7 @@ discard block |
||
973 | 979 | if( $child->getParentId() !== $item->getId() ) { |
974 | 980 | $this->move( $child->getId(), $item->getParentId(), $child->getParentId() ); |
975 | 981 | } |
976 | - } |
|
977 | - else |
|
982 | + } else |
|
978 | 983 | { |
979 | 984 | $this->insert( $child, $item->getId() ); |
980 | 985 | } |
@@ -1118,8 +1123,7 @@ discard block |
||
1118 | 1123 | * @see mshop/catalog/manager/insert-usage/ansi |
1119 | 1124 | */ |
1120 | 1125 | $path = 'mshop/catalog/manager/update-usage'; |
1121 | - } |
|
1122 | - else |
|
1126 | + } else |
|
1123 | 1127 | { |
1124 | 1128 | /** mshop/catalog/manager/insert-usage/mysql |
1125 | 1129 | * Updates the config, editor, ctime and mtime value of an inserted record |
@@ -1183,8 +1187,7 @@ discard block |
||
1183 | 1187 | { |
1184 | 1188 | $stmt->bind( $idx++, $siteid ); |
1185 | 1189 | $stmt->bind( $idx++, $id, \Aimeos\Base\DB\Statement\Base::PARAM_INT ); |
1186 | - } |
|
1187 | - else |
|
1190 | + } else |
|
1188 | 1191 | { |
1189 | 1192 | $stmt->bind( $idx++, $context->datetime() ); // ctime |
1190 | 1193 | $stmt->bind( $idx++, $siteid ); |
@@ -95,8 +95,7 @@ |
||
95 | 95 | if( !in_array( $package->name, $filter ) ) { |
96 | 96 | $packageContainer[$package->file][] = $package; |
97 | 97 | } |
98 | - } |
|
99 | - else |
|
98 | + } else |
|
100 | 99 | { |
101 | 100 | $packageContainer[$package->file] = [$package]; |
102 | 101 | } |