Added default value for limit in FinderInterface
This commit is contained in:
parent
a14d56720f
commit
3bc34c159c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ interface FinderInterface
|
|||
* @param int $limit How many results to get
|
||||
* @return array results
|
||||
*/
|
||||
function find($query, $limit);
|
||||
function find($query, $limit = null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue