diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-04-10 12:32:56 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-04-10 12:32:56 +0200 |
commit | 6248b611936d233c3c1dbe5b44429c91f2d7a74f (patch) | |
tree | 5e0cfa56cc00de4d7cbf50d24ed1739290a566b7 /lib/private/App | |
parent | 323ee3cbdc420f1009b6eb64b2df0f878ff39a14 (diff) | |
download | nextcloud-server-6248b611936d233c3c1dbe5b44429c91f2d7a74f.tar.gz nextcloud-server-6248b611936d233c3c1dbe5b44429c91f2d7a74f.zip |
Fix AppFetcher::setVersion phpdoc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/App')
-rw-r--r-- | lib/private/App/AppStore/Fetcher/AppFetcher.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |