Passed
Branch master (4f99e3)
by Aimeos
04:48
created
client/html/src/Client/Html/Catalog/Detail/Seen/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -203,8 +203,7 @@
 block discarded – undo
203 203
 				$html = $lastSeen[$id];
204 204
 				unset( $lastSeen[$id] );
205 205
 				$lastSeen[$id] = $html;
206
-			}
207
-			else
206
+			} else
208 207
 			{
209 208
 				/** client/html/catalog/session/seen/standard/maxitems
210 209
 				 * Maximum number of products displayed in the "last seen" section
Please login to merge, or discard this patch.
client/html/templates/catalog/stock/body-standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,7 @@
 block discarded – undo
95 95
 				$textStock[$level],
96 96
 				date_create( $date )->format( $dateFormat )
97 97
 			);
98
-		}
99
-		else
98
+		} else
100 99
 		{
101 100
 			$text = sprintf( $textStockIn,
102 101
 				$typeText[$stockType],
Please login to merge, or discard this patch.
client/html/templates/email/common/text-summary-body-standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
 			$this->config( 'client/html/email/common/summary/address/text', 'common/summary/address-standard' ),
49 49
 			array( 'address' => $addresses['delivery'], 'type' => 'delivery', 'separator' => "\n" )
50 50
 		);
51
-	}
52
-	else
51
+	} else
53 52
 	{
54 53
 		echo $this->translate( 'client', 'like billing address' );
55 54
 	}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Basket/Standard/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -407,8 +407,7 @@
 block discarded – undo
407 407
 			$controller = $view->config( 'client/html/catalog/detail/url/controller', 'catalog' );
408 408
 			$action = $view->config( 'client/html/catalog/detail/url/action', 'detail' );
409 409
 			$config = $view->config( 'client/html/catalog/detail/url/config', [] );
410
-		}
411
-		else
410
+		} else
412 411
 		{
413 412
 			$params = $context->getSession()->get( 'aimeos/catalog/lists/params/last/' . $site, [] );
414 413
 
Please login to merge, or discard this patch.
client/html/src/Client/Html/Basket/Mini/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -146,8 +146,7 @@  discard block
 block discarded – undo
146 146
 
147 147
 			$html = $view->render( $view->config( $tplconf, $default ) );
148 148
 			$this->setBasketCached( $key, $html );
149
-		}
150
-		else
149
+		} else
151 150
 		{
152 151
 			$html = $this->modifyBody( $html, $uid );
153 152
 		}
@@ -216,8 +215,7 @@  discard block
 block discarded – undo
216 215
 			{
217 216
 				$this->logException( $e );
218 217
 			}
219
-		}
220
-		else
218
+		} else
221 219
 		{
222 220
 			$html = $this->modifyHeader( $html, $uid );
223 221
 		}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Detail/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -190,8 +190,7 @@  discard block
 block discarded – undo
190 190
 			}
191 191
 
192 192
 			$html = $view->render( $view->config( $tplconf, $default ) );
193
-		}
194
-		else
193
+		} else
195 194
 		{
196 195
 			$html = $this->modifyBody( $html, $uid );
197 196
 		}
@@ -261,8 +260,7 @@  discard block
 block discarded – undo
261 260
 			{
262 261
 				$this->logException( $e );
263 262
 			}
264
-		}
265
-		else
263
+		} else
266 264
 		{
267 265
 			$html = $this->modifyHeader( $html, $uid );
268 266
 		}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Filter/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -213,8 +213,7 @@  discard block
 block discarded – undo
213 213
 			}
214 214
 
215 215
 			$html = $view->render( $view->config( $tplconf, $default ) );
216
-		}
217
-		else
216
+		} else
218 217
 		{
219 218
 			$html = $this->modifyBody( $html, $uid );
220 219
 		}
@@ -289,8 +288,7 @@  discard block
 block discarded – undo
289 288
 			{
290 289
 				$this->logException( $e );
291 290
 			}
292
-		}
293
-		else
291
+		} else
294 292
 		{
295 293
 			$html = $this->modifyHeader( $html, $uid );
296 294
 		}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Lists/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -205,8 +205,7 @@  discard block
 block discarded – undo
205 205
 			}
206 206
 
207 207
 			$html = $view->render( $this->getTemplatePath( $tplconf, $default ) );
208
-		}
209
-		else
208
+		} else
210 209
 		{
211 210
 			$html = $this->modifyBody( $html, $uid );
212 211
 		}
@@ -290,8 +289,7 @@  discard block
 block discarded – undo
290 289
 			{
291 290
 				$this->logException( $e );
292 291
 			}
293
-		}
294
-		else
292
+		} else
295 293
 		{
296 294
 			$html = $this->modifyHeader( $html, $uid );
297 295
 		}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Stage/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -179,8 +179,7 @@  discard block
 block discarded – undo
179 179
 			}
180 180
 
181 181
 			$html = $view->render( $view->config( $tplconf, $default ) );
182
-		}
183
-		else
182
+		} else
184 183
 		{
185 184
 			$html = $this->modifyBody( $html, $uid );
186 185
 		}
@@ -249,8 +248,7 @@  discard block
 block discarded – undo
249 248
 			{
250 249
 				$this->logException( $e );
251 250
 			}
252
-		}
253
-		else
251
+		} else
254 252
 		{
255 253
 			$html = $this->modifyHeader( $html, $uid );
256 254
 		}
Please login to merge, or discard this patch.