tobyzerner / json-api-php

JSON-API (http://jsonapi.org) responses in PHP.
MIT License
436 stars 79 forks source link

Cast getLimit() result to int instead of string #146

Closed FallDi closed 4 years ago

FallDi commented 4 years ago

Currently method getLimit() returns string, which is different from PHPDoc. It could affect PHP apps which used declare(strict_types=1);