Test Setup Failed
Push — feature/code_refactoring ( 7cb2d2...66b2b5 )
by Alessandro
02:15
created
src/Controller/Component/UserPermissionsComponent.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -110,8 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
 								header("Location: " . $redirect);
112 112
 								exit;
113
-							}
114
-							else{
113
+							} else{
115 114
 								$bool = '0';
116 115
 							}
117 116
 						}
@@ -131,8 +130,7 @@  discard block
 block discarded – undo
131 130
 							
132 131
 							header("Location: " . $redirect);
133 132
 							exit;
134
-						}
135
-						else{
133
+						} else{
136 134
 							$bool = '0';
137 135
 						}
138 136
 					}
Please login to merge, or discard this patch.