Skip to content

Commit

Permalink
Fixes #43 where the order of parameters was provided differently from…
Browse files Browse the repository at this point in the history
… what was defined.
  • Loading branch information
typhonius committed Mar 3, 2020
1 parent a476d3b commit 7865e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/CodeCommand.php
Expand Up @@ -108,7 +108,7 @@ public function codeDeploy(
* @command code:switch
* @aliases c:s
*/
public function codeSwitch($uuid, EnvironmentResponse $environment, $branch)
public function codeSwitch($uuid, $environment, $branch)
{
if (!$this->confirm(
sprintf(
Expand Down

0 comments on commit 7865e08

Please sign in to comment.