Passed
Pull Request — master (#3)
by Tim
02:58
created
lib/Controller/ConsentAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
241 241
         // Parse list of consents
242 242
         $user_consent = [];
243 243
         foreach ($user_consent_list as $c) {
244
-           $user_consent[$c[0]] = $c[1];
244
+            $user_consent[$c[0]] = $c[1];
245 245
         }
246 246
 
247 247
         $template_sp_content = [];
Please login to merge, or discard this patch.