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