diff options
Diffstat (limited to 'includes/recentchanges')
-rw-r--r-- | includes/recentchanges/RCFeed/FormattedRCFeed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/recentchanges/RCFeed/FormattedRCFeed.php b/includes/recentchanges/RCFeed/FormattedRCFeed.php index c8996c3a3997..9743c40225ea 100644 --- a/includes/recentchanges/RCFeed/FormattedRCFeed.php +++ b/includes/recentchanges/RCFeed/FormattedRCFeed.php @@ -33,7 +33,7 @@ use RecentChange; * @ingroup RecentChanges */ abstract class FormattedRCFeed extends RCFeed { - private $params; + private array $params; /** * @param array $params |