@@ -66,6 +66,9 @@ discard block |
||
| 66 | 66 | $addon->write(); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $path |
|
| 71 | + */ |
|
| 69 | 72 | protected function download(PackageInterface $package, $path) { |
| 70 | 73 | $this->packagist |
| 71 | 74 | ->getComposer() |
@@ -180,6 +183,9 @@ discard block |
||
| 180 | 183 | return (strpos($addon->Repository, 'github.com') !== false); |
| 181 | 184 | } |
| 182 | 185 | |
| 186 | + /** |
|
| 187 | + * @param string $path |
|
| 188 | + */ |
|
| 183 | 189 | private function buildScreenshots(Addon $addon, PackageInterface $package, $path) { |
| 184 | 190 | $extra = $package->getExtra(); |
| 185 | 191 | $screenshots = array(); |