From 6248b611936d233c3c1dbe5b44429c91f2d7a74f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 10 Apr 2018 12:32:56 +0200 Subject: Fix AppFetcher::setVersion phpdoc Signed-off-by: Christoph Wurst --- lib/private/App/AppStore/Fetcher/AppFetcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/App/AppStore/Fetcher/AppFetcher.php b/lib/private/App/AppStore/Fetcher/AppFetcher.php index a8fd9349343..6c6fa68429f 100644 --- a/lib/private/App/AppStore/Fetcher/AppFetcher.php +++ b/lib/private/App/AppStore/Fetcher/AppFetcher.php @@ -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); -- cgit v1.2.3