diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-04-10 23:06:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 23:06:28 +0200 |
commit | 3955cf14128b247933ca0fb4cd9c9dd46ea9b280 (patch) | |
tree | 6b4e73b5b3411f260d5a10e1bd0e25410594e7a0 | |
parent | 8d27dce71646cd0d95ad3d211564791b4b3560ce (diff) | |
parent | 6248b611936d233c3c1dbe5b44429c91f2d7a74f (diff) | |
download | nextcloud-server-3955cf14128b247933ca0fb4cd9c9dd46ea9b280.tar.gz nextcloud-server-3955cf14128b247933ca0fb4cd9c9dd46ea9b280.zip |
Merge pull request #9130 from nextcloud/fix/app-fetcher-phpdoc
Fix AppFetcher::setVersion phpdoc
-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); |