fix php doc block
This commit is contained in:
parent
6bf06890e7
commit
602404c631
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue