Passed
Push — master ( 182951...d9c32b )
by Aimeos
02:57
created
lib/custom/setup/UsersRemoveSignedConstraints.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@  discard block
 block discarded – undo
55 55
 			{
56 56
 				$this->execute( 'ALTER TABLE "users_address" DROP FOREIGN KEY "fk_lvuad_pid"', 'db-customer' );
57 57
 				$this->status( 'done' );
58
-			}
59
-			else
58
+			} else
60 59
 			{
61 60
 				$this->status( 'OK' );
62 61
 			}
@@ -68,8 +67,7 @@  discard block
 block discarded – undo
68 67
 			{
69 68
 				$this->execute( 'ALTER TABLE "users_list" DROP FOREIGN KEY "fk_lvuli_pid"', 'db-customer' );
70 69
 				$this->status( 'done' );
71
-			}
72
-			else
70
+			} else
73 71
 			{
74 72
 				$this->status( 'OK' );
75 73
 			}
@@ -81,8 +79,7 @@  discard block
 block discarded – undo
81 79
 			{
82 80
 				$this->execute( 'ALTER TABLE "users_property" DROP FOREIGN KEY "fk_lvupr_pid"', 'db-customer' );
83 81
 				$this->status( 'done' );
84
-			}
85
-			else
82
+			} else
86 83
 			{
87 84
 				$this->status( 'OK' );
88 85
 			}
Please login to merge, or discard this patch.