improve array docblock

This commit is contained in:
Dennis Eichhorn 2020-01-19 18:53:08 +01:00
parent 3294f7e3f4
commit 73a0064083

View File

@ -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
*/