Passed
Pull Request — master (#3)
by Tim
02:39
created
lib/Controller/ConsentAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         // Parse list of consents
257 257
         $user_consent = [];
258 258
         foreach ($user_consent_list as $c) {
259
-           $user_consent[$c[0]] = $c[1];
259
+            $user_consent[$c[0]] = $c[1];
260 260
         }
261 261
 
262 262
         // Init template
Please login to merge, or discard this patch.