Passed
Push — 2019.07 ( b85cbb...5a1f4a )
by Aimeos
04:07 queued 01:51
created
lib/custom/src/MShop/Customer/Manager/Typo3.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -403,8 +403,7 @@
 block discarded – undo
403 403
 				 * @see mshop/customer/manager/typo3/count
404 404
 				 */
405 405
 				$path = 'mshop/customer/manager/typo3/insert';
406
-			}
407
-			else
406
+			} else
408 407
 			{
409 408
 				/** mshop/customer/manager/typo3/update
410 409
 				 * Updates an existing customer record in the database
Please login to merge, or discard this patch.
lib/custom/setup/FEUsersAddSiteIdTypo3.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
 				$this->execute( $stmt );
67 67
 			}
68 68
 			$this->status( 'done' );
69
-		}
70
-		else
69
+		} else
71 70
 		{
72 71
 			$this->status( 'OK' );
73 72
 		}
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Group/Typo3.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,8 +235,7 @@
 block discarded – undo
235 235
 				 * @see mshop/customer/manager/group/typo3/count/ansi
236 236
 				 */
237 237
 				$path = 'mshop/customer/manager/group/typo3/insert';
238
-			}
239
-			else
238
+			} else
240 239
 			{
241 240
 				/** mshop/customer/manager/group/typo3/update/mysql
242 241
 				 * Updates an existing customer group record in the database
Please login to merge, or discard this patch.
lib/custom/setup/CustomerRemoveLostUserDataTypo3.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
 			{
59 59
 				$this->execute( $stmt );
60 60
 				$this->status( 'done' );
61
-			}
62
-			else
61
+			} else
63 62
 			{
64 63
 				$this->status( 'OK' );
65 64
 			}
Please login to merge, or discard this patch.