diff --git a/src/Commands/Push.php b/src/Commands/Push.php index 7627d7d..090844d 100644 --- a/src/Commands/Push.php +++ b/src/Commands/Push.php @@ -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');