Added array keys for space and file listing

This commit is contained in:
David Wakelin 2021-08-16 16:00:08 +01:00
parent f9b49002c7
commit cfea1967ab
11 changed files with 41 additions and 27 deletions

View file

@ -332,6 +332,7 @@ List all files in the space (recursively)
`array`
> An array of `\SpacesAPI\File` instances indexed by the file name
<hr />

View file

@ -116,7 +116,7 @@ List all your spaces
`array`
> An array of \SpacesAPI\Space instances
> An array of `\SpacesAPI\Space` instances indexed by the space name
<hr />