Passed
Push — master ( b7c60c...771ab2 )
by Aimeos
05:10
created
lib/mshoplib/src/MShop/Price/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -360,8 +360,7 @@
 block discarded – undo
360 360
 				 * @see mshop/price/manager/standard/count/ansi
361 361
 				 */
362 362
 				$path = 'mshop/price/manager/standard/insert';
363
-			}
364
-			else
363
+			} else
365 364
 			{
366 365
 				/** mshop/price/manager/standard/update/mysql
367 366
 				 * Updates an existing price record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Price/Item/Iface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 	 *
163 163
 	 * @param boolean $flag True if tax is included in the price value, costs and rebate, false if not
164 164
 	 * @return \Aimeos\MShop\Price\Item\Iface Price item for chaining method calls
165
-	*/
165
+	 */
166 166
 	public function setTaxFlag( $flag );
167 167
 
168 168
 	/**
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Coupon/Manager/Code/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/coupon/manager/code/standard/counter/ansi
403 403
 				 */
404 404
 				$path = 'mshop/coupon/manager/code/standard/insert';
405
-			}
406
-			else
405
+			} else
407 406
 			{
408 407
 				/** mshop/coupon/manager/code/standard/update/mysql
409 408
 				 * Updates an existing coupon code record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Coupon/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,8 +268,7 @@
 block discarded – undo
268 268
 				 * @see mshop/coupon/manager/standard/count/ansi
269 269
 				 */
270 270
 				$path = 'mshop/coupon/manager/standard/insert';
271
-			}
272
-			else
271
+			} else
273 272
 			{
274 273
 				/** mshop/coupon/manager/standard/update/mysql
275 274
 				 * Updates an existing coupon record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Attribute/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -289,8 +289,7 @@
 block discarded – undo
289 289
 				 * @see mshop/attribute/manager/standard/count/ansi
290 290
 				 */
291 291
 				$path = 'mshop/attribute/manager/standard/insert';
292
-			}
293
-			else
292
+			} else
294 293
 			{
295 294
 				/** mshop/attribute/manager/standard/update/mysql
296 295
 				 * Updates an existing attribute record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -320,8 +320,7 @@
 block discarded – undo
320 320
 				 * @see mshop/order/manager/base/service/standard/count/ansi
321 321
 				 */
322 322
 				$path = 'mshop/order/manager/base/service/standard/insert';
323
-			}
324
-			else
323
+			} else
325 324
 			{
326 325
 				/** mshop/order/manager/base/service/standard/update/mysql
327 326
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -289,8 +289,7 @@
 block discarded – undo
289 289
 				 * @see mshop/order/manager/base/service/attribute/standard/count/ansi
290 290
 				 */
291 291
 				$path = 'mshop/order/manager/base/service/attribute/standard/insert';
292
-			}
293
-			else
292
+			} else
294 293
 			{
295 294
 				/** mshop/order/manager/base/service/attribute/standard/update/mysql
296 295
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -539,8 +539,7 @@
 block discarded – undo
539 539
 				 * @see mshop/order/manager/base/standard/count/ansi
540 540
 				 */
541 541
 				$path = 'mshop/order/manager/base/standard/insert';
542
-			}
543
-			else
542
+			} else
544 543
 			{
545 544
 				/** mshop/order/manager/base/standard/update/mysql
546 545
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Coupon/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,8 +268,7 @@
 block discarded – undo
268 268
 				 * @see mshop/order/manager/base/coupon/standard/count/ansi
269 269
 				 */
270 270
 				$path = 'mshop/order/manager/base/coupon/standard/insert';
271
-			}
272
-			else
271
+			} else
273 272
 			{
274 273
 				/** mshop/order/manager/base/coupon/standard/update/mysql
275 274
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.