ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
51 stars 10 forks source link

Fix parsePaginationHeaders #93

Closed jdavid closed 3 years ago

jdavid commented 3 years ago

Fixes issue #92

Errors found when running the tests locally:

  1) tests\AppStatsTest::testAppstatsPagination0
  Trying to get property 'items' of non-object

  /home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:247

Because for some reason the response headers are lowercase. So match the "Link" header case insensitive.