Completed
Pull Request — master (#56)
by Nikita
03:24
created
src/Strategy/GithubStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
 
210 210
     protected function getApiUrl()
211 211
     {
212
-        return sprintf(self::API_URL, $this->getPackageName()).'?'.rand();
212
+        return sprintf(self::API_URL, $this->getPackageName()) . '?' . rand();
213 213
     }
214 214
 
215 215
     protected function getDownloadUrl(array $package)
Please login to merge, or discard this patch.