From 2575b8cf2bc4a988bad785830fc51bde127747f9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 17 Dec 2012 11:23:02 +0100 Subject: [PATCH] Update docs Change-Id: I96c04c4ce9384816e120baef3572dfc4fd216b9a --- includes/parser/Preprocessor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index bd13f9ae97..687dceb089 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 */ -- 2.20.1