diff --git a/Finder/FinderInterface.php b/Finder/FinderInterface.php index 2dac52e..731062b 100644 --- a/Finder/FinderInterface.php +++ b/Finder/FinderInterface.php @@ -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); } diff --git a/Paginator/PartialResultsInterface.php b/Paginator/PartialResultsInterface.php index cb71a66..6afcce7 100644 --- a/Paginator/PartialResultsInterface.php +++ b/Paginator/PartialResultsInterface.php @@ -22,7 +22,6 @@ interface PartialResultsInterface */ function getTotalHits(); - /** * Returns the facets *