Passed
Branchmaster (334046)
by Plamen
01:29
created
trait_tfoot_setter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     
64 64
     private static function getValid($k, $v = null)
65 65
     {
66
-         if (!array_key_exists($k, self::$config)) {
66
+            if (!array_key_exists($k, self::$config)) {
67 67
                 throw new Exception('Request to undefined value: ' . $k);
68 68
         }
69 69
 
Please login to merge, or discard this patch.