Merge "Define index types as strings"
[lhc/web/wiklou.git] / includes / search / SearchEngine.php
index 6bbcd4b..d0912c5 100644 (file)
@@ -741,7 +741,7 @@ abstract class SearchEngine {
         * Create a search field definition.
         * Specific search engines should override this method to create search fields.
         * @param string $name
-        * @param int $type One of the types in SearchIndexField::INDEX_TYPE_*
+        * @param string $type One of the types in SearchIndexField::INDEX_TYPE_*
         * @return SearchIndexField
         * @since 1.28
         */