aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/App/IAppManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/App/IAppManager.php')
-rw-r--r--lib/public/App/IAppManager.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php
index f7c9d848099..764b3b0a5b5 100644
--- a/lib/public/App/IAppManager.php
+++ b/lib/public/App/IAppManager.php
@@ -42,7 +42,6 @@ use OCP\IUser;
* @since 8.0.0
*/
interface IAppManager {
-
/**
* Returns the app information from "appinfo/info.xml".
*
@@ -117,7 +116,7 @@ interface IAppManager {
* Enable an app only for specific groups
*
* @param string $appId
- * @param \OCP\IGroup[] $groups
+ * @param string[] $groups
* @param bool $forceEnable
* @throws \Exception
* @since 8.0.0
@@ -197,13 +196,13 @@ interface IAppManager {
/**
* @param \OCP\IGroup $group
- * @return String[]
+ * @return string[]
* @since 17.0.0
*/
public function getEnabledAppsForGroup(IGroup $group): array;
/**
- * @param String $appId
+ * @param string $appId
* @return string[]
* @since 17.0.0
*/