Passed
Pull Request — master (#2)
by
unknown
01:49
created
src/Api/SitesApi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.