diff options
author | Georg Ehrke <developer@georgehrke.com> | 2014-06-10 13:58:41 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2014-06-10 13:58:41 +0200 |
commit | 602404c631f4acaf3e5ae1445c4e1aa42be365c5 (patch) | |
tree | baeb1ecd22a01e689dec1f06b1e4a43f60c29495 /lib/private/app.php | |
parent | 6bf06890e7934d3145ded0db4f63307dfd740598 (diff) | |
download | nextcloud-server-602404c631f4acaf3e5ae1445c4e1aa42be365c5.tar.gz nextcloud-server-602404c631f4acaf3e5ae1445c4e1aa42be365c5.zip |
fix php doc block
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 2 |
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'); |