Passed
Push — master ( 0eedf1...6fbe9c )
by Miroslaw
05:12
created
src/Commands/EnvGetCommand.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,9 @@
 block discarded – undo
45 45
     {
46 46
         $key = (string)$this->argument('key');
47 47
 
48
-        if (strlen($key))
49
-            $this->isValidKey($key);
48
+        if (strlen($key)) {
49
+                    $this->isValidKey($key);
50
+        }
50 51
 
51 52
         $json = $this->option('json');
52 53
         $keyValFormat = $this->option('key-value');
Please login to merge, or discard this patch.