Test Failed
Pull Request — master (#4)
by
unknown
09:57
created
src/ResourceClients/CampaignClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     // Add support for v2 of the API to allow retrieval of newer campaigns
23 23
     public function retrieveBeta($campaignGUID)
24 24
     {
25
-        return $this->get("campaign/". $campaignGUID);
25
+        return $this->get("campaign/" . $campaignGUID);
26 26
     }
27 27
 
28 28
 
Please login to merge, or discard this patch.