Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sabre/RootCollection.php')
-rw-r--r--lib/Sabre/RootCollection.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Sabre/RootCollection.php b/lib/Sabre/RootCollection.php
index d2478991..c5cc1e82 100644
--- a/lib/Sabre/RootCollection.php
+++ b/lib/Sabre/RootCollection.php
@@ -26,7 +26,6 @@ namespace OCA\Photos\Sabre;
use OCA\Photos\Album\AlbumMapper;
use OCP\Files\IRootFolder;
use OCP\IUserSession;
-use Sabre\DAV\INode;
use Sabre\DAVACL\AbstractPrincipalCollection;
use Sabre\DAVACL\PrincipalBackend;
@@ -56,7 +55,6 @@ class RootCollection extends AbstractPrincipalCollection {
* supplied by the authentication backend.
*
* @param array $principalInfo
- * @return INode
*/
public function getChildForPrincipal(array $principalInfo): PhotosHome {
[, $name] = \Sabre\Uri\split($principalInfo['uri']);