From ccffe43a911111933be5ec6bedcb4623c25a015a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 24 Feb 2011 11:59:51 +0000 Subject: Add a couple of type hints noticed when poking bug 27673 --- includes/parser/Preprocessor_Hash.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'includes/parser/Preprocessor_Hash.php') diff --git a/includes/parser/Preprocessor_Hash.php b/includes/parser/Preprocessor_Hash.php index 8a51a6b96cd7..ace616caf2e7 100644 --- a/includes/parser/Preprocessor_Hash.php +++ b/includes/parser/Preprocessor_Hash.php @@ -820,7 +820,13 @@ class PPDAccum_Hash { * @ingroup Parser */ class PPFrame_Hash implements PPFrame { - var $preprocessor, $parser, $title; + + /** + * @var Parser + */ + var $parser; + + var $preprocessor, $title; var $titleCache; /** -- cgit v1.2.3