From 73a0064083f073713a5eaa0ef292d52c0f767b19 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 Jan 2020 18:53:08 +0100 Subject: [PATCH] improve array docblock --- Models/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Profile.php b/Models/Profile.php index 50dcbcb..0d2c11d 100644 --- a/Models/Profile.php +++ b/Models/Profile.php @@ -66,7 +66,7 @@ class Profile implements \JsonSerializable /** * Location data. * - * @var array + * @var Location[] * @since 1.0.0 */ protected array $location = []; @@ -100,7 +100,7 @@ class Profile implements \JsonSerializable /** * Get account locations. * - * @return array + * @return Location[] * * @since 1.0.0 */