Merge "mediawiki.api: Transform arrays with join('|') in query parameters"
[lhc/web/wiklou.git] / includes / api / ApiQueryLinks.php
index d654550..3bd3714 100644 (file)
@@ -207,7 +207,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
                );
        }
 
-       public function getExamplesMessages() {
+       protected function getExamplesMessages() {
                $name = $this->getModuleName();
                $path = $this->getModulePath();