]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHPDoc
authorLukas Reschke <lukas@owncloud.com>
Tue, 7 Apr 2015 11:49:16 +0000 (13:49 +0200)
committerLukas Reschke <lukas@owncloud.com>
Tue, 7 Apr 2015 11:49:16 +0000 (13:49 +0200)
lib/private/app.php

index ee92f8f5adc9e7baa8a6794b952e00a2dcad4e3d..076d07c3279ba7a00af4d5a243bf36c3a0b431de 100644 (file)
@@ -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';