Passed
Pull Request — master (#1)
by Tim
02:19
created
lib/Auth/Process/SmartID.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -89,10 +89,10 @@
 block discarded – undo
89 89
             }
90 90
         }
91 91
 
92
-	if (array_key_exists('fail_if_empty', $config)) {
93
-	    $this->fail_if_empty = $config['fail_if_empty'];
92
+    if (array_key_exists('fail_if_empty', $config)) {
93
+        $this->fail_if_empty = $config['fail_if_empty'];
94 94
             if (!is_bool($this->fail_if_empty)) {
95
-               throw new Exception('SmartID authproc configuration error: \'fail_if_empty\' should be a boolean.');
95
+                throw new Exception('SmartID authproc configuration error: \'fail_if_empty\' should be a boolean.');
96 96
             }
97 97
         }
98 98
     }
Please login to merge, or discard this patch.