Skip to content

Commit 0bc922c

Browse files
Merge branch '9.19' into 10.0
2 parents 946eaf5 + f8bd91b commit 0bc922c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/HttpClient/Message/ResponseMediator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ public static function getPagination(ResponseInterface $response)
9090
*/
9191
private static function getHeader(ResponseInterface $response, string $name)
9292
{
93-
if (!$response->hasHeader('Link')) {
94-
return null;
95-
}
96-
9793
$headers = $response->getHeader($name);
9894

9995
return array_shift($headers);

0 commit comments

Comments
 (0)