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:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-03-10 19:17:07 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-03-14 16:34:15 +0300
commitb63d22b6ea87d62ecfcea1e27692f99570ed1a3d (patch)
tree4918139d46b35d3d43b0b293dd64cf33d5164c5d /lib/public
parentb4b9e8adf7106dda846c21b62eba2ba24640e3a5 (diff)
Improve wording of pathExists description
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/UserMigration/IImportSource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserMigration/IImportSource.php b/lib/public/UserMigration/IImportSource.php
index 81fa1c0a3d1..d34f2752549 100644
--- a/lib/public/UserMigration/IImportSource.php
+++ b/lib/public/UserMigration/IImportSource.php
@@ -65,7 +65,7 @@ interface IImportSource {
public function getFolderListing(string $path): array;
/**
- * Test if a path exists
+ * Test if a path exists, which may be a file or a folder
*
* @since 24.0.0
*/