fix php doc block

This commit is contained in:
Georg Ehrke 2014-06-10 13:58:41 +02:00
parent 6bf06890e7
commit 602404c631
1 changed files with 2 additions and 0 deletions

View File

@ -1107,6 +1107,8 @@ class OC_App {
/** /**
* @param mixed $app * @param mixed $app
* @return bool * @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) { public static function installApp($app) {
$l = OC_L10N::get('core'); $l = OC_L10N::get('core');