From 5596af2b968525afaa1a12112e79ec517cb9ad90 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 6 Jul 2023 21:56:25 +0200 Subject: [PATCH] docs(dav): remove outdated comment The method was added actually to PHP API in 28 and the mentioned check is not in place anymore. Signed-off-by: Arthur Schiwon --- apps/dav/lib/Connector/Sabre/FilesReportPlugin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index 4b26d83777925..36842abc8c99d 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -334,8 +334,6 @@ protected function processFilterRulesForFileNodes(array $filterRules, ?int $limi $nodes = []; - // type check to ensure searchBySystemTag is available, it is not - // exposed in API yet if (!empty($systemTagIds)) { $tags = $this->tagManager->getTagsByIds($systemTagIds, $this->userSession->getUser());