MaxSem has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/388936 )

Change subject: Fix function annotiation
......................................................................

Fix function annotiation

Change-Id: I4dfc62c8ef2226b46aa1eed508816377f6599ab2
---
M includes/changes/ChangesListStringOptionsFilterGroup.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/36/388936/1

diff --git a/includes/changes/ChangesListStringOptionsFilterGroup.php 
b/includes/changes/ChangesListStringOptionsFilterGroup.php
index 653344a..775fd76 100644
--- a/includes/changes/ChangesListStringOptionsFilterGroup.php
+++ b/includes/changes/ChangesListStringOptionsFilterGroup.php
@@ -239,7 +239,8 @@
        /**
         * Check if this filter group is currently active
         *
-        * @param {boolean} $isStructuredUI Is structured filters UI current 
enabled
+        * @param bool $isStructuredUI Is structured filters UI current enabled
+        * @return bool
         */
        private function isActive( $isStructuredUI ) {
                // STRING_OPTIONS filter groups are exclusively active on 
Structured UI

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4dfc62c8ef2226b46aa1eed508816377f6599ab2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>

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

Reply via email to