Fix AppFetcher::setVersion phpdoc

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-04-10 12:32:56 +02:00
parent 323ee3cbdc
commit 6248b61193
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);