diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-28 11:27:51 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-28 11:27:51 +0100 |
commit | 78971c61e6baddad1a5e4257b955324e8defef78 (patch) | |
tree | 0cddae9ac4cfcc89eac1b45f1cf5ba1bc89f21f1 /lib/private/installer.php | |
parent | b6c67c4c63206e19975655f0326bc320faa30f9a (diff) | |
download | nextcloud-server-78971c61e6baddad1a5e4257b955324e8defef78.tar.gz nextcloud-server-78971c61e6baddad1a5e4257b955324e8defef78.zip |
update documentation for app update
Diffstat (limited to 'lib/private/installer.php')
-rw-r--r-- | lib/private/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php index 5b6a8c9b99f..a7ca7269716 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -259,7 +259,7 @@ class OC_Installer{ /** * @brief Check if an update for the app is available * @param $name name of the application - * @returns empty string is no update available or the version number of the update + * @return boolean false or the version number of the update * * The function will check if an update for a version is available */ |