We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d87ce commit badde53Copy full SHA for badde53
src/Commands/Local/CommitAndPushCommand.php
@@ -38,11 +38,11 @@ class CommitAndPushCommand extends TerminusCommand implements SiteAwareInterface
38
* @param string $site Site
39
*
40
* @usage <site> Clone's a local copy into "$HOME/pantheon-local-copies"
41
- *@return string
+ * @return void
42
* @throws \Pantheon\Terminus\Exceptions\TerminusException
43
44
*/
45
- public function commitAndPushCommand($site): string
+ public function commitAndPushCommand($site): void
46
{
47
$siteData = $site;
48
if (!$siteData instanceof Site) {
0 commit comments