diff options
Diffstat (limited to 'includes/Category')
-rw-r--r-- | includes/Category/Category.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/Category/Category.php b/includes/Category/Category.php index b8041ec8ac9d..19a1915e1bd4 100644 --- a/includes/Category/Category.php +++ b/includes/Category/Category.php @@ -40,8 +40,9 @@ use Wikimedia\Rdbms\ReadOnlyMode; * Member variables are lazy-initialized. */ class Category { - /** Name of the category, normalized to DB-key form */ + /** @var string|null Name of the category, normalized to DB-key form */ private $mName = null; + /** @var int|null|false */ private $mID = null; /** * Category page title |