Passed
Pull Request — master (#53)
by Adam
02:25
created
src/Endpoints/Code.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * @param string $branch
37 37
      * @return OperationResponse
38 38
      */
39
-    public function switch($environmentUuid, $branch)
39
+    public function switch ($environmentUuid, $branch)
40 40
     {
41 41
 
42 42
         $this->client->addOption('form_params', ['branch' => $branch]);
Please login to merge, or discard this patch.