Merge "SearchResultSet: MW version number should be a string in wfDeprecated call"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 17 May 2019 21:13:44 +0000 (21:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 May 2019 21:13:44 +0000 (21:13 +0000)
includes/search/SearchResultSet.php

index 18331dd..3d3b446 100644 (file)
@@ -84,7 +84,7 @@ class SearchResultSet implements Countable, IteratorAggregate {
                        // This class will eventually be abstract. SearchEngine implementations
                        // already have to extend this class anyways to provide the actual
                        // search results.
-                       wfDeprecated( __METHOD__, 1.32 );
+                       wfDeprecated( __METHOD__, '1.32' );
                }
                $this->containedSyntax = $containedSyntax;
                $this->hasMoreResults = $hasMoreResults;