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

Change subject: Allow access to $config from extending classes
......................................................................


Allow access to $config from extending classes

Bug: T126672
Change-Id: Ic185b238198f4de2180d44f0c5317e5190661814
---
M includes/Searcher.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cindy-the-browser-test-bot: Looks good to me, but someone else must approve
  DCausse: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Searcher.php b/includes/Searcher.php
index 1a1fe30..bc3b832 100644
--- a/includes/Searcher.php
+++ b/includes/Searcher.php
@@ -186,7 +186,7 @@
         * Search environment configuration
         * @var SearchConfig
         */
-       private $config;
+       protected $config;
 
        /**
         * @var SearchContext

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic185b238198f4de2180d44f0c5317e5190661814
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Cindy-the-browser-test-bot <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to