installer: Remove deprecated method WebInstallerOutput::addWikiText()
authorDerick Alangi <alangiderick@gmail.com>
Wed, 5 Jun 2019 16:26:59 +0000 (17:26 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Thu, 20 Jun 2019 17:11:48 +0000 (18:11 +0100)
Was deprecated in 1.32 and no longer used, hence removing from MW core.

Change-Id: I93c5dc1d74fd856c07b09e4c3028e223d2939522

RELEASE-NOTES-1.34
includes/installer/WebInstallerOutput.php

index 431db3d..0f7ebce 100644 (file)
@@ -217,6 +217,7 @@ because of Phabricator reports.
   removed.
 * The $wgUseKeyHeader configuration option and the OutputPage::getKeyHeader()
   method, deprecated in 1.32, have been removed.
+* WebInstallerOutput::addWikiText(), deprecated in 1.32, has been removed.
 * …
 
 === Deprecations in 1.34 ===
index 65e7457..cbb9b57 100644 (file)
@@ -90,15 +90,6 @@ class WebInstallerOutput {
                $this->flush();
        }
 
-       /**
-        * @param string $text
-        * @deprecated since 1.32; use addWikiTextAsInterface instead
-        */
-       public function addWikiText( $text ) {
-               wfDeprecated( __METHOD__, '1.32' );
-               $this->addWikiTextAsInterface( $text );
-       }
-
        /**
         * @param string $text
         * @since 1.32