From 2701f6cb7dc2f559316c49fe1bf8ec93ec468671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolands=20Us=C4=81ns?= Date: Mon, 28 Nov 2022 16:48:25 +0200 Subject: [PATCH 1/3] Update UserProfileServiceInterface.php --- src/Optimizely/UserProfile/UserProfileServiceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Optimizely/UserProfile/UserProfileServiceInterface.php b/src/Optimizely/UserProfile/UserProfileServiceInterface.php index 7d3a5269..69f66174 100644 --- a/src/Optimizely/UserProfile/UserProfileServiceInterface.php +++ b/src/Optimizely/UserProfile/UserProfileServiceInterface.php @@ -23,7 +23,7 @@ interface UserProfileServiceInterface * * @param $userId string The ID of the user whose profile will be retrieved. * - * @return userProfile array The user profile. + * @return UserProfile array The user profile. */ public function lookup($userId); From 58e0ae0d495ed15b6b7a24e2478e66ab5aebc362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolands=20Us=C4=81ns?= Date: Mon, 28 Nov 2022 17:57:21 +0200 Subject: [PATCH 2/3] Update UserProfileServiceInterface.php --- src/Optimizely/UserProfile/UserProfileServiceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Optimizely/UserProfile/UserProfileServiceInterface.php b/src/Optimizely/UserProfile/UserProfileServiceInterface.php index 69f66174..3269b022 100644 --- a/src/Optimizely/UserProfile/UserProfileServiceInterface.php +++ b/src/Optimizely/UserProfile/UserProfileServiceInterface.php @@ -23,7 +23,7 @@ interface UserProfileServiceInterface * * @param $userId string The ID of the user whose profile will be retrieved. * - * @return UserProfile array The user profile. + * @return array The user profile. */ public function lookup($userId); From 08515de070956fea8edad913abcbf8ca96f6a481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolands=20Us=C4=81ns?= Date: Mon, 28 Nov 2022 18:02:46 +0200 Subject: [PATCH 3/3] Update UserProfileServiceInterface.php --- src/Optimizely/UserProfile/UserProfileServiceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Optimizely/UserProfile/UserProfileServiceInterface.php b/src/Optimizely/UserProfile/UserProfileServiceInterface.php index 3269b022..8dc2ee7b 100644 --- a/src/Optimizely/UserProfile/UserProfileServiceInterface.php +++ b/src/Optimizely/UserProfile/UserProfileServiceInterface.php @@ -23,7 +23,7 @@ interface UserProfileServiceInterface * * @param $userId string The ID of the user whose profile will be retrieved. * - * @return array The user profile. + * @return array The user profile. */ public function lookup($userId);