Passed
Push — master ( 1916ef...0eb677 )
by Vasyl
02:53
created
src/VariableManager.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,11 +54,11 @@
 block discarded – undo
54 54
             return $var ? $var->value : $default;
55 55
         }
56 56
 
57
-       if (isset($this->all()[$key])) {
58
-           return $this->all()[$key];
59
-       }
57
+        if (isset($this->all()[$key])) {
58
+            return $this->all()[$key];
59
+        }
60 60
        
61
-       return $default;
61
+        return $default;
62 62
     }
63 63
 
64 64
     public function set(string $key, $value = null)
Please login to merge, or discard this patch.