Skip to content

Commit 9f7a65e

Browse files
authored
Fix code lint issue. (#2649)
1 parent 2705f38 commit 9f7a65e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Commands/Local/CloneCommand.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ class CloneCommand extends TerminusCommand implements SiteAwareInterface, Config
4141
*
4242
* @usage <site> Clone's a local copy into "$HOME/pantheon-local-copies"
4343
*/
44-
public function clone(string $site_id, array $options = ['site_dir' => null, 'override' => null, 'branch' => 'master']): string
45-
{
44+
public function clone(
45+
string $site_id,
46+
array $options = ['site_dir' => null, 'override' => null, 'branch' => 'master']
47+
): string {
4648
$site = $this->getSiteById($site_id);
4749
$env = $site->getEnvironments()->get('dev');
4850

0 commit comments

Comments
 (0)