ably / ably-php

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

PaginatedResult hasNext and isLast are attributes #41

Closed mattheworiordan closed 7 years ago

mattheworiordan commented 7 years ago

They are defined as methods in PHP, yet they are actually defined as attributes in the docs just like items for PaginatedResult.

mattheworiordan commented 7 years ago

This is incorrect accoding to the spec, this should be a method and the docs were incorrect, updating