Passed
Branch master (506a77)
by Henri
02:00 queued 52s
created
src/Helper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     protected function ControllerForm($controller, string $method, array $values){
41
-		$this->check_role();
41
+        $this->check_role();
42 42
 
43 43
         $role = ($method !== 'method') ? $method : $this->getData()['POST']['role'];
44 44
         $data = (!is_null($values)) ? json_decode($values['data']) : null;
Please login to merge, or discard this patch.