Merge "Make MessageCache use the immutable text cache during cache rebuilds"
[lhc/web/wiklou.git] / includes / widget / search / SearchResultWidget.php
index b53cd5d..3fbdbef 100644 (file)
@@ -11,7 +11,7 @@ interface SearchResultWidget {
        /**
         * @param SearchResult $result The result to render
         * @param string $terms Terms to be highlighted (@see SearchResult::getTextSnippet)
-        * @param int $position The result position, including offset
+        * @param int $position The zero indexed result position, including offset
         * @return string HTML
         */
        public function render( SearchResult $result, $terms, $position );