@@ -36,7 +36,7 @@ |
||
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]); |