Merge "filebackend: deprecate FileBackend::getWikiId()"
[lhc/web/wiklou.git] / includes / libs / filebackend / FileBackend.php
index 4ad48c7..f65619f 100644 (file)
@@ -225,6 +225,7 @@ abstract class FileBackend implements LoggerAwareInterface {
         * Alias to getDomainId()
         * @return string
         * @since 1.20
+        * @deprecated Since 1.34 Use getDomainId()
         */
        final public function getWikiId() {
                return $this->getDomainId();