mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 14:58:40 +00:00
improve array docblock
This commit is contained in:
parent
3294f7e3f4
commit
73a0064083
|
|
@ -66,7 +66,7 @@ class Profile implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Location data.
|
* Location data.
|
||||||
*
|
*
|
||||||
* @var array<Location>
|
* @var Location[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected array $location = [];
|
protected array $location = [];
|
||||||
|
|
@ -100,7 +100,7 @@ class Profile implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Get account locations.
|
* Get account locations.
|
||||||
*
|
*
|
||||||
* @return array<Location>
|
* @return Location[]
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user