diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-29 09:50:09 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-07-03 10:03:45 +0200 |
commit | 95145ee0c9a7c0fdab35998c4e159337e4fc1943 (patch) | |
tree | 05b8a3976703bd71f5159ddfc25e411bea4144a8 /apps/provisioning_api/lib | |
parent | 5d9d37e2c5d928288220d17160e9b6e29f064eb8 (diff) | |
download | nextcloud-server-95145ee0c9a7c0fdab35998c4e159337e4fc1943.tar.gz nextcloud-server-95145ee0c9a7c0fdab35998c4e159337e4fc1943.zip |
feat(ocp): More specific type for ICapabilities::getCapabilities
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/provisioning_api/lib')
-rw-r--r-- | apps/provisioning_api/lib/Capabilities.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/provisioning_api/lib/Capabilities.php b/apps/provisioning_api/lib/Capabilities.php index 835bbfe9b5c..614c20e66a8 100644 --- a/apps/provisioning_api/lib/Capabilities.php +++ b/apps/provisioning_api/lib/Capabilities.php @@ -37,8 +37,6 @@ class Capabilities implements ICapability { /** * Function an app uses to return the capabilities - * - * @return array Array containing the apps capabilities */ public function getCapabilities() { $federatedScopeEnabled = $this->appManager->isEnabledForUser('federation'); |