@@ -147,10 +147,10 @@ discard block |
||
147 | 147 | */ |
148 | 148 | private function generateLinkRemoteURL($remote) { |
149 | 149 | if (strpos($remote, 'http') !== 0) { |
150 | - $remote = 'https://' . $remote; |
|
150 | + $remote = 'https://'.$remote; |
|
151 | 151 | } |
152 | 152 | |
153 | - return rtrim($remote, '/') . '/index.php/apps/circles/circles/link/'; |
|
153 | + return rtrim($remote, '/').'/index.php/apps/circles/circles/link/'; |
|
154 | 154 | } |
155 | 155 | |
156 | 156 | |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | */ |
165 | 165 | private function requestLinkWithCircle(Circle $circle, $remoteAddress, $remoteCircle) { |
166 | 166 | $this->miscService->log( |
167 | - "create link : " . $remoteCircle . ' - ' . $remoteAddress . ' - ' . $circle->getId() |
|
167 | + "create link : ".$remoteCircle.' - '.$remoteAddress.' - '.$circle->getId() |
|
168 | 168 | ); |
169 | 169 | |
170 | 170 | $args = [ |