Merge pull request #9130 from nextcloud/fix/app-fetcher-phpdoc
Fix AppFetcher::setVersion phpdoc
This commit is contained in:
commit
3955cf1412
|
@ -133,7 +133,7 @@ class AppFetcher extends Fetcher {
|
|||
|
||||
/**
|
||||
* @param string $version
|
||||
* @param string $filename
|
||||
* @param string $fileName
|
||||
*/
|
||||
public function setVersion(string $version, string $fileName = 'apps.json') {
|
||||
parent::setVersion($version);
|
||||
|
|
Loading…
Reference in New Issue