Skip to content

Commit 10d5011

Browse files
author
floriansemm
committed
remove unused ResultSet class
1 parent cb367b3 commit 10d5011

File tree

3 files changed

+1
-147
lines changed

3 files changed

+1
-147
lines changed

Query/ResultSet.php

Lines changed: 0 additions & 143 deletions
This file was deleted.

Query/SolrQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SolrQuery extends AbstractQuery
3434
private $customQuery;
3535

3636
/**
37-
* @return ResultSet
37+
* @return array
3838
*/
3939
public function getResult()
4040
{

Solr.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use FS\SolrBundle\Client\Solarium\SolariumClient;
66
use FS\SolrBundle\Doctrine\Mapper\MetaInformationInterface;
7-
use FS\SolrBundle\Query\ResultSet;
8-
use Solarium\Core\Query\Query;
9-
use Solarium\QueryType\Select\Result\Result;
107
use Solarium\QueryType\Update\Query\Document\Document;
118
use FS\SolrBundle\Doctrine\Mapper\EntityMapper;
129
use FS\SolrBundle\Doctrine\Mapper\Mapping\CommandFactory;

0 commit comments

Comments
 (0)