jenkins-bot has submitted this change and it was merged.

Change subject: Remove long-deprecated ApiBase::getVersion()
......................................................................


Remove long-deprecated ApiBase::getVersion()

This method has been deprecated and uncalled since MediaWiki 1.21. Once
earlier versions of MediaWiki are no longer supported, this should be
merged to remove the method.

Bug: T35287
Change-Id: Ia17de20a4805fd48e4780b097498892e0c51effa
---
M api/ApiArticleFeedback.php
M api/ApiQueryArticleFeedback.php
2 files changed, 0 insertions(+), 8 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/api/ApiArticleFeedback.php b/api/ApiArticleFeedback.php
index e105f2c..bcf9872 100644
--- a/api/ApiArticleFeedback.php
+++ b/api/ApiArticleFeedback.php
@@ -407,8 +407,4 @@
                        'api.php?action=articlefeedback'
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }
diff --git a/api/ApiQueryArticleFeedback.php b/api/ApiQueryArticleFeedback.php
index 7761b61..50f0d0b 100644
--- a/api/ApiQueryArticleFeedback.php
+++ b/api/ApiQueryArticleFeedback.php
@@ -272,8 +272,4 @@
                        
'api.php?action=query&list=articlefeedback&afpageid=1&afuserrating=1',
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/184649
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia17de20a4805fd48e4780b097498892e0c51effa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedback
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to