Skip to content

Commit

Permalink
Change a return type
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kozhevnikov committed May 11, 2023
1 parent be1adda commit d8c7be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Push extends ShellCommand
/**
* @inheritDoc
*/
protected function command(): string
protected function command(): string|array
{
$branch = (new Git())->getCurrentBranch();
$options = $this->config('options');
Expand Down

0 comments on commit d8c7be7

Please sign in to comment.