Passed
Push — master ( e4bdf8...16bc9e )
by Arthur
02:26
created
src/Core/Commander.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -475,8 +475,9 @@
 block discarded – undo
475 475
         }
476 476
 
477 477
         $headers = [];
478
-        if (isset($command['headers']))
479
-            $headers = $command['headers'];
478
+        if (isset($command['headers'])) {
479
+                    $headers = $command['headers'];
480
+        }
480 481
 
481 482
         $url = self::$baseUrl . $command['endpoint'];
482 483
 
Please login to merge, or discard this patch.