Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/175740

Change subject: Make fields in EntityRevision private
......................................................................

Make fields in EntityRevision private

Change-Id: Idc0ea2927f0719da3112a6b6844b6dd56e728b00
---
M lib/includes/store/EntityRevision.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/40/175740/1

diff --git a/lib/includes/store/EntityRevision.php 
b/lib/includes/store/EntityRevision.php
index ac3f957..cffb4fa 100644
--- a/lib/includes/store/EntityRevision.php
+++ b/lib/includes/store/EntityRevision.php
@@ -18,17 +18,17 @@
        /**
         * @var Entity
         */
-       protected $entity;
+       private $entity;
 
        /**
         * @var int
         */
-       protected $revisionId;
+       private $revisionId;
 
        /**
         * @var string
         */
-       protected $mwTimestamp;
+       private $mwTimestamp;
 
        /**
         * @param Entity $entity

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc0ea2927f0719da3112a6b6844b6dd56e728b00
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to