Completed
Pull Request — master (#168)
by
unknown
61:07
created
Search/FilterContainer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      *
96 96
      * @param RelationInterface $relation
97 97
      *
98
-     * @return FilterInterface[]
98
+     * @return FilterIterator
99 99
      */
100 100
     public function getFiltersByRelation(RelationInterface $relation)
101 101
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
      * Builds elastic search query by given SearchRequest and filters.
129 129
      *
130 130
      * @param SearchRequest          $request
131
-     * @param FilterInterface[]|null $filters
131
+     * @param FilterIterator $filters
132 132
      *
133 133
      * @return Search
134 134
      */
Please login to merge, or discard this patch.