@@ -94,7 +94,7 @@ |
||
94 | 94 | * |
95 | 95 | * @return array containing response from incapsula with new dns details |
96 | 96 | */ |
97 | - public function moveSite($siteId,$destAccountId){ |
|
97 | + public function moveSite($siteId, $destAccountId) { |
|
98 | 98 | return $this->client->send(sprintf('%s/moveSite', $this->apiUri), [ |
99 | 99 | 'site_id' => $siteId, |
100 | 100 | 'destination_account_id' => $destAccountId, |