From 59bf8a1efd6bd1c15ef13f864d03f76acdf5fbbf Mon Sep 17 00:00:00 2001 From: Francisco Facioni Date: Wed, 13 Jun 2012 15:40:27 -0300 Subject: [PATCH] More CS --- Finder/FinderInterface.php | 12 ++++++------ Paginator/PartialResultsInterface.php | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) 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 *