aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-06-29 09:50:09 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-07-03 10:03:45 +0200
commit95145ee0c9a7c0fdab35998c4e159337e4fc1943 (patch)
tree05b8a3976703bd71f5159ddfc25e411bea4144a8 /apps/files_versions
parent5d9d37e2c5d928288220d17160e9b6e29f064eb8 (diff)
downloadnextcloud-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/files_versions')
-rw-r--r--apps/files_versions/lib/Capabilities.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_versions/lib/Capabilities.php b/apps/files_versions/lib/Capabilities.php
index afc6fa39da7..6439c18772b 100644
--- a/apps/files_versions/lib/Capabilities.php
+++ b/apps/files_versions/lib/Capabilities.php
@@ -42,8 +42,6 @@ class Capabilities implements ICapability {
/**
* Return this classes capabilities
- *
- * @return array
*/
public function getCapabilities() {
$groupFolderInstalled = $this->appManager->isInstalled('groupfolders');