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
* The Selling Partner API for Authorization helps developers manage authorizations and check the specific permissions associated with a given authorization.
@@ -209,9 +208,9 @@ public function getAuthorizationCode()
209
208
}
210
209
211
210
/**
212
-
* Sets authorization_code
211
+
* Sets authorization_code.
213
212
*
214
-
* @param string $authorization_code A Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API.
213
+
* @param string $authorization_code a Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API
215
214
*
216
215
* @return $this
217
216
*/
@@ -221,12 +220,13 @@ public function setAuthorizationCode($authorization_code)
221
220
222
221
return$this;
223
222
}
223
+
224
224
/**
225
225
* Returns true if offset exists. False otherwise.
226
226
*
227
-
* @param integer $offset Offset
227
+
* @param int $offset Offset
228
228
*
229
-
* @return boolean
229
+
* @return bool
230
230
*/
231
231
publicfunctionoffsetExists($offset)
232
232
{
@@ -236,7 +236,7 @@ public function offsetExists($offset)
236
236
/**
237
237
* Gets offset.
238
238
*
239
-
* @param integer $offset Offset
239
+
* @param int $offset Offset
240
240
*
241
241
* @return mixed
242
242
*/
@@ -248,8 +248,8 @@ public function offsetGet($offset)
248
248
/**
249
249
* Sets value based on offset.
250
250
*
251
-
* @param integer $offset Offset
252
-
* @param mixed $value Value to be set
251
+
* @param int $offset Offset
252
+
* @param mixed $value Value to be set
253
253
*
254
254
* @return void
255
255
*/
@@ -265,7 +265,7 @@ public function offsetSet($offset, $value)
265
265
/**
266
266
* Unsets offset.
267
267
*
268
-
* @param integer $offset Offset
268
+
* @param int $offset Offset
269
269
*
270
270
* @return void
271
271
*/
@@ -275,7 +275,7 @@ public function offsetUnset($offset)
0 commit comments