mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-31 00:08: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.
|
||||
*
|
||||
* @var array<Location>
|
||||
* @var Location[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected array $location = [];
|
||||
|
|
@ -100,7 +100,7 @@ class Profile implements \JsonSerializable
|
|||
/**
|
||||
* Get account locations.
|
||||
*
|
||||
* @return array<Location>
|
||||
* @return Location[]
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user