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.
1 parent cb2979f commit 946eaf5Copy full SHA for 946eaf5
src/HttpClient/Message/ResponseMediator.php
@@ -88,7 +88,7 @@ public static function getPagination(ResponseInterface $response)
88
*
89
* @return string|null
90
*/
91
- private static function getHeader(ResponseInterface $response, $name)
+ private static function getHeader(ResponseInterface $response, string $name)
92
{
93
if (!$response->hasHeader('Link')) {
94
return null;
0 commit comments