More CS
This commit is contained in:
parent
2bf7344fbb
commit
59bf8a1efd
2 changed files with 6 additions and 7 deletions
|
|
@ -5,12 +5,12 @@ namespace FOQ\ElasticaBundle\Finder;
|
|||
interface FinderInterface
|
||||
{
|
||||
/**
|
||||
* Searches for query results within a given limit
|
||||
*
|
||||
* @param mixed $query Can be a string, an array or an Elastica_Query object
|
||||
* @param int $limit How many results to get
|
||||
* Searches for query results within a given limit
|
||||
*
|
||||
* @return array results
|
||||
*/
|
||||
* @param mixed $query Can be a string, an array or an Elastica_Query object
|
||||
* @param int $limit How many results to get
|
||||
*
|
||||
* @return array results
|
||||
*/
|
||||
function find($query, $limit);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue