@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * Parse Token from response's $body |
116 | 116 | * |
117 | - * @param mixed $body |
|
117 | + * @param string|boolean $body |
|
118 | 118 | * @return Token |
119 | 119 | * @throws InvalidRequestToken |
120 | 120 | * @throws RuntimeException |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | /** |
228 | 228 | * Parse AccessToken from response's $body |
229 | 229 | * |
230 | - * @param mixed $body |
|
230 | + * @param string|boolean $body |
|
231 | 231 | * @return AccessToken |
232 | 232 | * @throws InvalidAccessToken |
233 | 233 | * @throws RuntimeException |