Passed
Push — master ( 5cf54f...37e121 )
by Vasyl
02:24
created
src/VariableManager.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,11 +45,11 @@
 block discarded – undo
45 45
      */
46 46
     public function get(string $key, $default = null)
47 47
     {
48
-       if (isset($this->all()[$key])) {
49
-           return $this->all()[$key];
50
-       }
48
+        if (isset($this->all()[$key])) {
49
+            return $this->all()[$key];
50
+        }
51 51
        
52
-       return $default;
52
+        return $default;
53 53
     }
54 54
 
55 55
     /**
Please login to merge, or discard this patch.