On 1/22/07, Rob Church robchur@gmail.com wrote:
On 22/01/07, Nick Jenkins nickpj@gmail.com wrote:
public function parse( $text, Title $title, array $options, $linestart = true, $clearState = true, $revid = null ) {
When did Parser::parse() take an array of options? ParserOptions is a class...or have I missed some significant restructuring?
See, this is why we could use type hinting. :P