Completed
Push — master ( 3e4cac...4c70b7 )
by Frederick
11s
created
src/StatFetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function getDownloadsLastDay()
44 44
     {
45 45
         $resource = $this->repository->getResourceByPath(
46
-            '/downloads/point/last-day/' . $this->package
46
+            '/downloads/point/last-day/'.$this->package
47 47
         );
48 48
 
49 49
         return DownloadStatistics::fromJson($this->package, $resource);
Please login to merge, or discard this patch.