Skip to content

Commit 946eaf5

Browse files
Added string type
1 parent cb2979f commit 946eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient/Message/ResponseMediator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static function getPagination(ResponseInterface $response)
8888
*
8989
* @return string|null
9090
*/
91-
private static function getHeader(ResponseInterface $response, $name)
91+
private static function getHeader(ResponseInterface $response, string $name)
9292
{
9393
if (!$response->hasHeader('Link')) {
9494
return null;

0 commit comments

Comments
 (0)