@@ -410,6 +410,7 @@ |
||
410 | 410 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object |
411 | 411 | * @param array $ref List of domains to fetch list items and referenced items for |
412 | 412 | * @param integer &$total Number of items that are available in total |
413 | + * @param integer $total |
|
413 | 414 | * @return array List of service items implementing \Aimeos\MShop\Service\Item\Iface |
414 | 415 | * |
415 | 416 | * @throws \Aimeos\MShop\Service\Exception if creating items failed |
@@ -226,8 +226,7 @@ |
||
226 | 226 | |
227 | 227 | $params[] = implode( ',', $list ); |
228 | 228 | } |
229 | - } |
|
230 | - else |
|
229 | + } else |
|
231 | 230 | { |
232 | 231 | $params[] = $this->escape( '==', $this->getParamType( $string ), $string ); |
233 | 232 | } |
@@ -410,6 +410,7 @@ |
||
410 | 410 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object |
411 | 411 | * @param array $ref List of domains to fetch list items and referenced items for |
412 | 412 | * @param integer &$total Number of items that are available in total |
413 | + * @param integer $total |
|
413 | 414 | * @return array List of service items implementing \Aimeos\MShop\Service\Item\Iface |
414 | 415 | * |
415 | 416 | * @throws \Aimeos\MShop\Service\Exception if creating items failed |
@@ -226,8 +226,7 @@ |
||
226 | 226 | |
227 | 227 | $params[] = implode( ',', $list ); |
228 | 228 | } |
229 | - } |
|
230 | - else |
|
229 | + } else |
|
231 | 230 | { |
232 | 231 | $params[] = $this->escape( '==', $this->getParamType( $string ), $string ); |
233 | 232 | } |
@@ -579,7 +579,7 @@ |
||
579 | 579 | * @see mshop/order/manager/status/decorators/global |
580 | 580 | */ |
581 | 581 | |
582 | - return $this->getSubManagerBase( 'order', 'status/' . $manager, $name ); |
|
582 | + return $this->getSubManagerBase( 'order', 'status/'.$manager, $name ); |
|
583 | 583 | } |
584 | 584 | |
585 | 585 |
@@ -67,8 +67,7 @@ |
||
67 | 67 | $this->setCode( $key ); |
68 | 68 | $this->values['id'] = $this->values['code']; |
69 | 69 | $this->modified = false; |
70 | - } |
|
71 | - else |
|
70 | + } else |
|
72 | 71 | { |
73 | 72 | $this->values['id'] = null; |
74 | 73 | $this->modified = true; |
@@ -67,8 +67,7 @@ |
||
67 | 67 | $this->setCode( $key ); |
68 | 68 | $this->values['id'] = $this->values['code']; |
69 | 69 | $this->modified = false; |
70 | - } |
|
71 | - else |
|
70 | + } else |
|
72 | 71 | { |
73 | 72 | $this->values['id'] = null; |
74 | 73 | $this->modified = true; |
@@ -226,8 +226,7 @@ |
||
226 | 226 | |
227 | 227 | $params[] = implode( ',', $list ); |
228 | 228 | } |
229 | - } |
|
230 | - else |
|
229 | + } else |
|
231 | 230 | { |
232 | 231 | $params[] = $this->escape( '==', $this->getParamType( $string ), $string ); |
233 | 232 | } |
@@ -67,8 +67,7 @@ |
||
67 | 67 | $this->setCode( $key ); |
68 | 68 | $this->values['id'] = $this->values['code']; |
69 | 69 | $this->modified = false; |
70 | - } |
|
71 | - else |
|
70 | + } else |
|
72 | 71 | { |
73 | 72 | $this->values['id'] = null; |
74 | 73 | $this->modified = true; |
@@ -226,8 +226,7 @@ |
||
226 | 226 | |
227 | 227 | $params[] = implode( ',', $list ); |
228 | 228 | } |
229 | - } |
|
230 | - else |
|
229 | + } else |
|
231 | 230 | { |
232 | 231 | $params[] = $this->escape( '==', $this->getParamType( $string ), $string ); |
233 | 232 | } |
@@ -226,8 +226,7 @@ |
||
226 | 226 | |
227 | 227 | $params[] = implode( ',', $list ); |
228 | 228 | } |
229 | - } |
|
230 | - else |
|
229 | + } else |
|
231 | 230 | { |
232 | 231 | $params[] = $this->escape( '==', $this->getParamType( $string ), $string ); |
233 | 232 | } |
@@ -67,8 +67,7 @@ |
||
67 | 67 | $this->setCode( $key ); |
68 | 68 | $this->values['id'] = $this->values['code']; |
69 | 69 | $this->modified = false; |
70 | - } |
|
71 | - else |
|
70 | + } else |
|
72 | 71 | { |
73 | 72 | $this->values['id'] = null; |
74 | 73 | $this->modified = true; |