@@ -69,6 +69,9 @@ discard block |
||
69 | 69 | $addon->write(); |
70 | 70 | } |
71 | 71 | |
72 | + /** |
|
73 | + * @param string $path |
|
74 | + */ |
|
72 | 75 | protected function download(PackageInterface $package, $path) |
73 | 76 | { |
74 | 77 | $this->packagist |
@@ -214,6 +217,9 @@ discard block |
||
214 | 217 | return (strpos($addon->Repository, 'github.com') !== false); |
215 | 218 | } |
216 | 219 | |
220 | + /** |
|
221 | + * @param string $path |
|
222 | + */ |
|
217 | 223 | private function buildScreenshots(Addon $addon, PackageInterface $package, $path) |
218 | 224 | { |
219 | 225 | $extra = $package->getExtra(); |