Completed
Pull Request — master (#1343)
by Dmitry
04:26
created
src/Finder/TransformedFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * @param null|int $limit
75 75
      * @param array    $options
76 76
      *
77
-     * @return array
77
+     * @return \Elastica\Result[]
78 78
      */
79 79
     protected function search($query, $limit = null, $options = [])
80 80
     {
Please login to merge, or discard this patch.
src/Configuration/ConfigManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@
 block discarded – undo
109 109
         return isset($this->indexes[$indexName]);
110 110
     }
111 111
 
112
+    /**
113
+     * @param string $indexTemplateName
114
+     */
112 115
     public function hasIndexTemplateConfiguration($indexTemplateName)
113 116
     {
114 117
         return isset($this->indexTemplates[$indexTemplateName]);
Please login to merge, or discard this patch.