Completed
Push — master ( 82bd5b...2cee2c )
by nicolas
04:32 queued 01:59
created
src/Cdn77/Query/ResourceLogQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
         foreach ($this->cdnResources as $cdnResource) {
22 22
             if (false !== strpos($cdnResource['cname'], $resource)) {
23
-                $url = sprintf($this->url . '?login=%s&passwd=%s&cdn_id=%d&period=4&http_status[]=cached&http_status[]=noncached',
23
+                $url = sprintf($this->url.'?login=%s&passwd=%s&cdn_id=%d&period=4&http_status[]=cached&http_status[]=noncached',
24 24
                     $this->login,
25 25
                     $this->password,
26 26
                     $cdnResource['id']
Please login to merge, or discard this patch.