We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fe1b97 + a04e162 commit f8bd91bCopy full SHA for f8bd91b
lib/Gitlab/HttpClient/Message/ResponseMediator.php
@@ -76,10 +76,6 @@ public static function getPagination(ResponseInterface $response)
76
*/
77
private static function getHeader(ResponseInterface $response, $name)
78
{
79
- if (!$response->hasHeader('Link')) {
80
- return null;
81
- }
82
-
83
$headers = $response->getHeader($name);
84
85
return array_shift($headers);
0 commit comments