Passed
Pull Request — master (#1668)
by Timo
05:22
created
Classes/Domain/Search/ApacheSolrDocument/Repository.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -78,6 +78,7 @@  discard block
 block discarded – undo
78 78
      * Initializes Search for given language
79 79
      *
80 80
      * @param int $languageId
81
+     * @param integer $pageId
81 82
      */
82 83
     protected function initializeSearch($pageId, $languageId = 0)
83 84
     {
@@ -98,6 +99,7 @@  discard block
 block discarded – undo
98 99
      * Returns Query for Saearch which finds document for given page.
99 100
      * Note: The Connection is per language as recommended in ext-solr docs.
100 101
      *
102
+     * @param integer $pageId
101 103
      * @return Query
102 104
      */
103 105
     protected function getQueryForPage($pageId)
Please login to merge, or discard this patch.