mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
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:
parent
b4b9e8adf7
commit
b63d22b6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue