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:
authorGeorg Ehrke <developer@georgehrke.com>2014-06-10 15:58:41 +0400
committerGeorg Ehrke <developer@georgehrke.com>2014-06-10 15:58:41 +0400
commit602404c631f4acaf3e5ae1445c4e1aa42be365c5 (patch)
treebaeb1ecd22a01e689dec1f06b1e4a43f60c29495 /lib/private/app.php
parent6bf06890e7934d3145ded0db4f63307dfd740598 (diff)
fix php doc block
Diffstat (limited to 'lib/private/app.php')
-rw-r--r--lib/private/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/app.php b/lib/private/app.php
index f4368bfe163..a62623905ff 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -1107,6 +1107,8 @@ class OC_App {
/**
* @param mixed $app
* @return bool
+ * @throws Exception if app is not compatible with this version of ownCloud
+ * @throws Exception if no app-name was specified
*/
public static function installApp($app) {
$l = OC_L10N::get('core');