@@ -99,7 +99,7 @@ |
||
99 | 99 | /** |
100 | 100 | * Converts a PSR7 Response object into a SilverStripe HTTPResponse object. |
101 | 101 | * |
102 | - * @param Response $response THe PSR7 Response object to convert. |
|
102 | + * @param \Psr\Http\Message\ResponseInterface $response THe PSR7 Response object to convert. |
|
103 | 103 | * |
104 | 104 | * @return HTTPResponse |
105 | 105 | */ |
@@ -68,7 +68,7 @@ |
||
68 | 68 | /** |
69 | 69 | * Find the Token for passed id. |
70 | 70 | * |
71 | - * @param mixed $tokenId The id of the token. |
|
71 | + * @param string $tokenId The id of the token. |
|
72 | 72 | * |
73 | 73 | * @return AccessTokenModel |
74 | 74 | */ |