Skip to content

Commit badde53

Browse files
authored
Update CommitAndPushCommand.php
1 parent 91d87ce commit badde53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/Local/CommitAndPushCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ class CommitAndPushCommand extends TerminusCommand implements SiteAwareInterface
3838
* @param string $site Site
3939
*
4040
* @usage <site> Clone's a local copy into "$HOME/pantheon-local-copies"
41-
*@return string
41+
* @return void
4242
* @throws \Pantheon\Terminus\Exceptions\TerminusException
4343
*
4444
*/
45-
public function commitAndPushCommand($site): string
45+
public function commitAndPushCommand($site): void
4646
{
4747
$siteData = $site;
4848
if (!$siteData instanceof Site) {

0 commit comments

Comments
 (0)