Skip to content

Commit fc71fe3

Browse files
authored
Allow mixed type response body
1 parent 8c7498c commit fc71fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Provider/Exception/IdentityProviderException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class IdentityProviderException extends \Exception
2727
/**
2828
* @param string $message
2929
* @param int $code
30-
* @param array|string $response The response body
30+
* @param mixed $response The response body
3131
*/
3232
public function __construct($message, $code, $response)
3333
{
@@ -39,7 +39,7 @@ public function __construct($message, $code, $response)
3939
/**
4040
* Returns the exception's response body.
4141
*
42-
* @return array|string
42+
* @return mixed
4343
*/
4444
public function getResponseBody()
4545
{

0 commit comments

Comments
 (0)