Merge pull request #9130 from nextcloud/fix/app-fetcher-phpdoc

Fix AppFetcher::setVersion phpdoc
This commit is contained in:
Roeland Jago Douma 2018-04-10 23:06:28 +02:00 committed by GitHub
commit 3955cf1412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);