From 602404c631f4acaf3e5ae1445c4e1aa42be365c5 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 10 Jun 2014 13:58:41 +0200 Subject: [PATCH] fix php doc block --- lib/private/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/private/app.php b/lib/private/app.php index f4368bfe16..a62623905f 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');