Improve wording of pathExists description

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/31516/head
Côme Chilliet 3 years ago
parent b4b9e8adf7
commit b63d22b6ea
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 2
      lib/public/UserMigration/IImportSource.php

@ -65,7 +65,7 @@ interface IImportSource {
public function getFolderListing(string $path): array; 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 * @since 24.0.0
*/ */

Loading…
Cancel
Save