diff --git a/Finder/PaginatedFinderInterface.php b/Finder/PaginatedFinderInterface.php index a764f9d..3902b75 100644 --- a/Finder/PaginatedFinderInterface.php +++ b/Finder/PaginatedFinderInterface.php @@ -8,13 +8,13 @@ use Elastica_Query; interface PaginatedFinderInterface { - /** - * Searches for query results and returns them wrapped in a paginator - * - * @param mixed $query Can be a string, an array or an Elastica_Query object - * @return Pagerfanta paginated results - */ - function findPaginated($query); + /** + * Searches for query results and returns them wrapped in a paginator + * + * @param mixed $query Can be a string, an array or an Elastica_Query object + * @return Pagerfanta paginated results + */ + function findPaginated($query); /** * Creates a paginator adapter for this query