From 527f9eeb8590fcb014890cbabd4066ce1450d78f Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Thu, 30 Jan 2014 12:11:33 -0800 Subject: [PATCH] Document OutputPage->mDoNothing Change-Id: Id1d30ec29fb219a95532432cd8fc76209f3baa8f --- includes/OutputPage.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 6d06693efb..1972d2d8bd 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -159,8 +159,9 @@ class OutputPage extends ContextSource { ); /** - * @EasterEgg I just love the name for this self documenting variable. - * @todo document + * Whether output is disabled. If this is true, the 'output' method will do nothing. + * + * @var bool $mDoNothing */ var $mDoNothing = false; -- 2.20.1