Skip to content

Commit

Permalink
Closes #13353 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 28, 2018
1 parent 2e7052d commit 51fc932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phalcon/mvc/model/resultsetinterface.zep
Expand Up @@ -36,14 +36,14 @@ interface ResultsetInterface
/**
* Get first row in the resultset
*
* @return \Phalcon\Mvc\ModelInterface
* @return bool|\Phalcon\Mvc\ModelInterface
*/
public function getFirst();

/**
* Get last row in the resultset
*
* @return \Phalcon\Mvc\ModelInterface
* @return bool|\Phalcon\Mvc\ModelInterface
*/
public function getLast();

Expand Down

0 comments on commit 51fc932

Please sign in to comment.