From d1f9213c810a36ba894f34d1445592c50fb27d21 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 7 Apr 2012 22:07:32 +0100 Subject: [PATCH] Document $mDb Change-Id: I971820ba14d08f23c2eec570183ab851e48debfc --- maintenance/Maintenance.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index fda12f9e7e..5d76cdffb8 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -101,7 +101,10 @@ abstract class Maintenance { // Generic options which might or not be supported by the script private $mDependantParameters = array(); - // Used by getDD() / setDB() + /** + * Used by getDD() / setDB() + * @var DatabaseBase + */ private $mDb = null; /** -- 2.20.1