You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/RecommApi/Requests/ItemBasedRecommendation.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ class ItemBasedRecommendation extends Request {
116
116
*/
117
117
protected$rotation_time;
118
118
/**
119
-
* @var $expert_settings Dictionary of custom options.
119
+
* @var array $expert_settings Dictionary of custom options.
120
120
*/
121
121
protected$expert_settings;
122
122
/**
@@ -209,7 +209,7 @@ class ItemBasedRecommendation extends Request {
209
209
* - Type: float
210
210
* - Description: **Expert option** If the *targetUserId* is provided: Taking *rotationRate* into account, specifies how long time it takes to an item to recover from the penalization. For example, `rotationTime=7200.0` means that items recommended less than 2 hours ago are penalized. Default: `7200.0`.
211
211
* - *expertSettings*
212
-
* - Type:
212
+
* - Type: array
213
213
* - Description: Dictionary of custom options.
214
214
* @throws Exceptions\UnknownOptionalParameterException UnknownOptionalParameterException if an unknown optional parameter is given in $optional
0 commit comments