From b63d22b6ea87d62ecfcea1e27692f99570ed1a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 10 Mar 2022 17:17:07 +0100 Subject: [PATCH] Improve wording of pathExists description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet Signed-off-by: Christopher Ng --- lib/public/UserMigration/IImportSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */