]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix phpdoc
authorMaxence Lange <maxence@artificial-owl.com>
Thu, 15 Sep 2022 11:53:38 +0000 (10:53 -0100)
committerMaxence Lange <maxence@artificial-owl.com>
Thu, 15 Sep 2022 11:54:36 +0000 (10:54 -0100)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
lib/public/App/IAppManager.php

index ef8a7b8d9f0e8c862734177c5c90154a9c033e70..f7c9d8480993943bf34b5bfbf9676cb2b0a866aa 100644 (file)
@@ -84,12 +84,12 @@ interface IAppManager {
        public function isInstalled($appId);
 
        /**
-        * Check if an app is enabled by default
+        * Check if an app should be enabled by default
         *
         * Notice: This actually checks if the app should be enabled by default
         * and not if currently installed/enabled
         *
-        * @param string $appId
+        * @param string $appId ID of the app
         * @since 25.0.0
         */
        public function isDefaultEnabled(string $appId):bool;