Skip to content

Commit ba7d1d4

Browse files
committed
Coding standards.
1 parent 9085450 commit ba7d1d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/Environment.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,8 @@ public function setHttpsCertificate($certificate = [])
987987
/**
988988
* Gives sftp connection info for this environment.
989989
*/
990-
public function sftpConnectionInfo() {
990+
public function sftpConnectionInfo()
991+
{
991992
if ($this->isEvcsSite()) {
992993
// No SFTP for EVCS sites
993994
return [];

0 commit comments

Comments
 (0)