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 03fb190 + 5bac0f0 commit 8681fdeCopy full SHA for 8681fde
src/Picqer/Financials/Moneybird/Connection.php
@@ -429,7 +429,7 @@ private function parseResponse(Response $response)
429
*/
430
private function getNextParams($headerLine)
431
{
432
- $links = Psr7\parse_header($headerLine);
+ $links = Psr7\Header::parse($headerLine);
433
434
foreach ($links as $link) {
435
if (isset($link['rel']) && $link['rel'] === 'next') {
0 commit comments