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

Change subject: Make EntityId->getPrefix private
......................................................................


Make EntityId->getPrefix private

Change-Id: Ie2e194468fdf3d259902ba2965d3d9aa45785ce3
---
M DataModel/Entity/EntityId.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/DataModel/Entity/EntityId.php b/DataModel/Entity/EntityId.php
index 8488b46..73c8488 100644
--- a/DataModel/Entity/EntityId.php
+++ b/DataModel/Entity/EntityId.php
@@ -76,11 +76,11 @@
         * Returns the prefixed used when serializing the ID.
         *
         * @since 0.3
-        * @deprecated since 0.4
+        * @deprecated since 0.4, private since 0.5
         *
         * @return string
         */
-       public function getPrefix() {
+       private function getPrefix() {
                static $prefixMap = false;
 
                if ( $prefixMap === false ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2e194468fdf3d259902ba2965d3d9aa45785ce3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Henning Snater <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to