Passed
Pull Request — master (#1817)
by Timo
12:16
created
Classes/Domain/Search/Query/QueryBuilder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -224,6 +224,7 @@  discard block
 block discarded – undo
224 224
      * Returns Query for Search which finds document for given page.
225 225
      * Note: The Connection is per language as recommended in ext-solr docs.
226 226
      *
227
+     * @param integer $pageId
227 228
      * @return Query
228 229
      */
229 230
     public function buildPageQuery($pageId)
@@ -245,6 +246,9 @@  discard block
 block discarded – undo
245 246
     /**
246 247
      * Returns a query for single record
247 248
      *
249
+     * @param string $type
250
+     * @param integer $uid
251
+     * @param integer $pageId
248 252
      * @return Query
249 253
      */
250 254
     public function buildRecordQuery($type, $uid, $pageId): Query
Please login to merge, or discard this patch.
Classes/Domain/Search/ResultSet/SearchResultSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
     }
248 248
 
249 249
     /**
250
-     * @param \ApacheSolrForTypo3\Solr\Domain\Search\Query\Query $usedQuery
250
+     * @param \Solarium\QueryType\Select\Query\Query $usedQuery
251 251
      */
252 252
     public function setUsedQuery($usedQuery)
253 253
     {
Please login to merge, or discard this patch.