Passed
Push — master ( b7c60c...771ab2 )
by Aimeos
05:10
created
lib/mshoplib/src/MShop/Order/Manager/Base/Product/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
 				 * @see mshop/order/manager/base/product/standard/count/ansi
403 403
 				 */
404 404
 				$path = 'mshop/order/manager/base/product/standard/insert';
405
-			}
406
-			else
405
+			} else
407 406
 			{
408 407
 				/** mshop/order/manager/base/product/standard/update/mysql
409 408
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Product/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -290,8 +290,7 @@
 block discarded – undo
290 290
 				 * @see mshop/order/manager/base/product/attribute/standard/count/ansi
291 291
 				 */
292 292
 				$path = 'mshop/order/manager/base/product/attribute/standard/insert';
293
-			}
294
-			else
293
+			} else
295 294
 			{
296 295
 				/** mshop/order/manager/base/product/attribute/standard/update/mysql
297 296
 				 * 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
@@ -350,8 +350,7 @@
 block discarded – undo
350 350
 				 * @see mshop/order/manager/standard/count/ansi
351 351
 				 */
352 352
 				$path = 'mshop/order/manager/standard/insert';
353
-			}
354
-			else
353
+			} else
355 354
 			{
356 355
 				/** mshop/order/manager/standard/update/mysql
357 356
 				 * 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
@@ -251,8 +251,7 @@
 block discarded – undo
251 251
 				 * @see mshop/order/manager/status/standard/count/ansi
252 252
 				 */
253 253
 				$path = 'mshop/order/manager/status/standard/insert';
254
-			}
255
-			else
254
+			} else
256 255
 			{
257 256
 				/** mshop/order/manager/status/standard/update/mysql
258 257
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Tag/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,8 +195,7 @@
 block discarded – undo
195 195
 				 * @see mshop/tag/manager/standard/count/ansi
196 196
 				 */
197 197
 				$path = 'mshop/tag/manager/standard/insert';
198
-			}
199
-			else
198
+			} else
200 199
 			{
201 200
 				/** mshop/tag/manager/standard/update/mysql
202 201
 				 * Updates an existing tag tag 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
@@ -238,8 +238,7 @@
 block discarded – undo
238 238
 				 * @see mshop/product/manager/standard/count/ansi
239 239
 				 */
240 240
 				$path = 'mshop/product/manager/standard/insert';
241
-			}
242
-			else
241
+			} else
243 242
 			{
244 243
 				/** mshop/product/manager/standard/update/mysql
245 244
 				 * Updates an existing product record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Plugin/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -444,8 +444,7 @@
 block discarded – undo
444 444
 				 * @see mshop/plugin/manager/standard/count/ansi
445 445
 				 */
446 446
 				$path = 'mshop/plugin/manager/standard/insert';
447
-			}
448
-			else
447
+			} else
449 448
 			{
450 449
 				/** mshop/plugin/manager/standard/update/mysql
451 450
 				 * Updates an existing plugin record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Item/Currency/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,8 +71,7 @@
 block discarded – undo
71 71
 			$this->setCode( $key );
72 72
 			$this->values['locale.currency.id'] = $this->values['locale.currency.code'];
73 73
 			$this->modified = false;
74
-		}
75
-		else
74
+		} else
76 75
 		{
77 76
 			$this->values['locale.currency.id'] = null;
78 77
 			$this->modified = true;
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Item/Language/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 			$this->setCode( $key );
73 73
 			$this->values['locale.language.id'] = $this->values['locale.language.code'];
74 74
 			$this->modified = false;
75
-		}
76
-		else
75
+		} else
77 76
 		{
78 77
 			$this->values['locale.language.id'] = null;
79 78
 			$this->modified = true;
Please login to merge, or discard this patch.