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

Change subject: protected -> private in TextInjector
......................................................................


protected -> private in TextInjector

Change-Id: Iaa212bbda7a34118f8c70439572a4722a620241a
---
M view/src/TextInjector.php
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/view/src/TextInjector.php b/view/src/TextInjector.php
index 80fb7d9..c2c8505 100644
--- a/view/src/TextInjector.php
+++ b/view/src/TextInjector.php
@@ -18,17 +18,17 @@
        /**
         * @var string
         */
-       protected $uniqPrefix;
+       private $uniqPrefix;
 
        /**
         * @var int
         */
-       protected $markerIndex;
+       private $markerIndex;
 
        /**
         * @var array string -> array
         */
-       protected $markers;
+       private $markers;
 
        /**
         * @param array $markers markers generated by another instance of 
TextInjector,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa212bbda7a34118f8c70439572a4722a620241a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Bene <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to