From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/parser/Preprocessor.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'includes/parser/Preprocessor.php') diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index bd13f9ae..aeacd2e1 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -84,9 +84,9 @@ interface PPFrame { /** * Create a child frame * - * @param $args array - * @param $title Title - * @param $indexOffset A number subtracted from the index attributes of the arguments + * @param array $args + * @param Title $title + * @param int $indexOffset A number subtracted from the index attributes of the arguments * * @return PPFrame */ @@ -205,7 +205,6 @@ interface PPNode { */ function getChildrenOfType( $type ); - /** * Returns the length of the array, or false if this is not an array-type node */ -- cgit v1.2.3-54-g00ecf