@@ -209,7 +209,7 @@ |
||
| 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) |