mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix PHPDoc
This commit is contained in:
parent
a2182cde90
commit
dd7c491bff
1 changed files with 3 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ class OC_App {
|
|||
/**
|
||||
* search for an app in all app-directories
|
||||
*
|
||||
* @param $appId
|
||||
* @param string $appId
|
||||
* @return mixed (bool|string)
|
||||
*/
|
||||
protected static function findAppInDirectories($appId) {
|
||||
|
|
@ -732,6 +732,8 @@ class OC_App {
|
|||
|
||||
/**
|
||||
* register a personal form to be shown
|
||||
* @param string $app
|
||||
* @param string $page
|
||||
*/
|
||||
public static function registerPersonal($app, $page) {
|
||||
self::$personalForms[] = $app . '/' . $page . '.php';
|
||||
|
|
|
|||
Loading…
Reference in a new issue