From: Lukas Reschke Date: Tue, 7 Apr 2015 11:49:16 +0000 (+0200) Subject: Fix PHPDoc X-Git-Tag: v8.1.0alpha1~59^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd7c491bff1c368496ae7858ae63a9a034e98a95;p=nextcloud-server.git Fix PHPDoc --- diff --git a/lib/private/app.php b/lib/private/app.php index ee92f8f5adc..076d07c3279 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -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';