You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the limit parameter in the criteria, which will be an integer if
limit was set without an offset, an array with 'number' and 'offset' keys
if an offset was set with the limit, or null if limit has not been set.
But actual return type hint declared as string | null (not int | array | null):
The documentation says:
But actual return type hint declared as
string | null
(notint | array
|null
):cphalcon/phalcon/Mvc/Model/Criteria.zep
Lines 395 to 411 in d3e9463
This leads to a fatal error:
The text was updated successfully, but these errors were encountered: