aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor_Hash.php
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2011-02-24 11:59:51 +0000
committerSam Reed <reedy@users.mediawiki.org>2011-02-24 11:59:51 +0000
commitccffe43a911111933be5ec6bedcb4623c25a015a (patch)
treeba052667be5fdf6f957d47c7c1765a39ebb4e309 /includes/parser/Preprocessor_Hash.php
parent7496b43250425f50bb40417aeeac5ca9eed649b0 (diff)
downloadmediawikicore-ccffe43a911111933be5ec6bedcb4623c25a015a.tar.gz
mediawikicore-ccffe43a911111933be5ec6bedcb4623c25a015a.zip
Add a couple of type hints noticed when poking bug 27673
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82716
Diffstat (limited to 'includes/parser/Preprocessor_Hash.php')
-rw-r--r--includes/parser/Preprocessor_Hash.php8
1 files changed, 7 insertions, 1 deletions
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;
/**