diff --git a/Finder/FinderInterface.php b/Finder/FinderInterface.php index 01e8971..9094149 100644 --- a/Finder/FinderInterface.php +++ b/Finder/FinderInterface.php @@ -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); }