diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-10 17:17:07 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-14 14:34:15 +0100 |
commit | b63d22b6ea87d62ecfcea1e27692f99570ed1a3d (patch) | |
tree | 4918139d46b35d3d43b0b293dd64cf33d5164c5d /lib | |
parent | b4b9e8adf7106dda846c21b62eba2ba24640e3a5 (diff) | |
download | nextcloud-server-b63d22b6ea87d62ecfcea1e27692f99570ed1a3d.tar.gz nextcloud-server-b63d22b6ea87d62ecfcea1e27692f99570ed1a3d.zip |
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')
-rw-r--r-- | lib/public/UserMigration/IImportSource.php | 2 |
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 */ |