Improve wording of pathExists description

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Côme Chilliet 2022-03-10 17:17:07 +01:00
parent b4b9e8adf7
commit b63d22b6ea
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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
*/