From: Max Semenik Date: Sat, 4 Nov 2017 07:35:39 +0000 (-0700) Subject: Fix function annotiation X-Git-Tag: 1.31.0-rc.0~1606^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=72b15b96e7ccf64b129b2cff92211c47f6989ed9;p=lhc%2Fweb%2Fwiklou.git Fix function annotiation Change-Id: I4dfc62c8ef2226b46aa1eed508816377f6599ab2 --- diff --git a/includes/changes/ChangesListStringOptionsFilterGroup.php b/includes/changes/ChangesListStringOptionsFilterGroup.php index 653344a983..775fd76d1e 100644 --- a/includes/changes/ChangesListStringOptionsFilterGroup.php +++ b/includes/changes/ChangesListStringOptionsFilterGroup.php @@ -239,7 +239,8 @@ class ChangesListStringOptionsFilterGroup extends ChangesListFilterGroup { /** * 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