'123' ] ], [ '234', [ 'limit' => '234' ] ], [ 'days=3', [ 'days' => '3' ] ], [ 'days=0.25', [ 'days' => '0.25' ] ], [ 'namespace=5', [ 'namespace' => '5' ] ], [ 'namespace=5|3', [ 'namespace' => '5|3' ] ], [ 'tagfilter=foo', [ 'tagfilter' => 'foo' ] ], [ 'tagfilter=foo;bar', [ 'tagfilter' => 'foo;bar' ] ], ]; } public function validateOptionsProvider() { return [ [ // hidebots=1 is default for Special:RecentChanges [ 'hideanons' => 1, 'hideliu' => 1 ], true, [ 'hideliu' => 1 ], false, ], ]; } }