mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-16 10:03:01 -07:00
Added array keys for space and file listing
This commit is contained in:
parent
f9b49002c7
commit
cfea1967ab
11 changed files with 41 additions and 27 deletions
|
@ -332,6 +332,7 @@ List all files in the space (recursively)
|
|||
|
||||
`array`
|
||||
|
||||
> An array of `\SpacesAPI\File` instances indexed by the file name
|
||||
|
||||
<hr />
|
||||
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue