Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-02-09 12:40:00 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-02-09 12:40:00 +0300
commit349f3bf54a81af8467a62f1681bcaca172262446 (patch)
tree9c0d5797453a9d2120e4f871cc73ce605f7fb7ff /lib/private/updater.php
parent08f0dc906780be699aa9ff8c10faaea0be44855d (diff)
More fixes
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r--lib/private/updater.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php
index 1c5e8a3a26e..78457ba3a80 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -286,7 +286,6 @@ class Updater extends BasicEmitter {
* @param string $installedVersion previous version from which to upgrade from
*
* @throws \Exception
- * @return boolean|null true if the operation succeeded, false otherwise
*/
private function doUpgrade($currentVersion, $installedVersion) {
// Stop update if the update is over several major versions