fix php doc block
This commit is contained in:
parent
6bf06890e7
commit
602404c631
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue