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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/lib/Sabre/TrashHome.php')
-rw-r--r--apps/files_trashbin/lib/Sabre/TrashHome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Sabre/TrashHome.php b/apps/files_trashbin/lib/Sabre/TrashHome.php
index 8fd4da1752b..b1d5a114934 100644
--- a/apps/files_trashbin/lib/Sabre/TrashHome.php
+++ b/apps/files_trashbin/lib/Sabre/TrashHome.php
@@ -58,7 +58,7 @@ class TrashHome implements ICollection {
}
public function getName(): string {
- list(, $name) = \Sabre\Uri\split($this->principalInfo['uri']);
+ [, $name] = \Sabre\Uri\split($this->principalInfo['uri']);
return $name;
}