QueryBuilder::getMaxResults() can return NULL

parent abb6800d
...@@ -395,7 +395,7 @@ class QueryBuilder ...@@ -395,7 +395,7 @@ class QueryBuilder
* Gets the maximum number of results the query object was set to retrieve (the "limit"). * Gets the maximum number of results the query object was set to retrieve (the "limit").
* Returns NULL if all results will be returned. * Returns NULL if all results will be returned.
* *
* @return int The maximum number of results. * @return int|null The maximum number of results.
*/ */
public function getMaxResults() public function getMaxResults()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment