mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 01:20:10 +00:00
adding casts. better ?
This commit is contained in:
parent
8580bf3267
commit
62960795a8
Notes:
Thomas Gries
2012-03-09 23:28:30 +00:00
|
@ -20,7 +20,7 @@ class RSSHooks {
|
|||
* @param $parser Parser
|
||||
* @param $frame PPFrame parser context
|
||||
*/
|
||||
static function renderRss( $input, $args, $parser, $frame ) {
|
||||
static function renderRss( $input, array $args, Parser $parser, PPFrame $frame ) {
|
||||
global $wgRSSCacheAge, $wgRSSCacheCompare, $wgRSSNamespaces,
|
||||
$wgRSSUrlWhitelist,$wgRSSAllowedFeeds;
|
||||
|
||||
|
|
Loading…
Reference in a new issue