Test Failed
Push — main ( be3c2b...b37843 )
by Marc
12:21
created
system/core/classes/model/Config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         if (isset($this->config[$key]) === false) {
73 73
             return null;
74 74
         }
75
-       return $this->config[$key];
75
+        return $this->config[$key];
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.