Merge "Mark ApiQueryBase methods accepting arrays"
[lhc/web/wiklou.git] / includes / libs / replacers / HashtableReplacer.php
index b3c219d..11637d0 100644 (file)
@@ -41,4 +41,3 @@ class HashtableReplacer extends Replacer {
                return $this->table[$matches[$this->index]];
        }
 }
-