Completed
Push — master ( bc1fc1...8df0b1 )
by Gilmar
07:15
created
src/Result/AbstractCollection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 namespace Gpupo\Search\Result;
13 13
 
14 14
 use Gpupo\Search\Paginator\PaginatorInterface;
15
-use Gpupo\Common\Entity\CollectionAbstract ;
15
+use Gpupo\Common\Entity\CollectionAbstract;
16 16
 
17 17
 /**
18 18
  * Conjunto de Itens de resultado.
Please login to merge, or discard this patch.
src/SearchAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @see \Gpupo\Search\Query\QueryAbstract::getQueries()         Query Array Sintaxe
45 45
      * @see \Gpupo\Search\Query\QueryAbstract::getFieldWeights()    Query Array Sintaxe
46 46
      *
47
-     * @param array $filter       Search filter
47
+     * @param array $filters       Search filter
48 48
      * @param array $queries      Search query
49 49
      * @param array $fieldWeights Field weights array
50 50
      * @param int   $limit
Please login to merge, or discard this patch.