aboutsummaryrefslogtreecommitdiffstats
path: root/includes/page/PageReferenceValue.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/page/PageReferenceValue.php')
-rw-r--r--includes/page/PageReferenceValue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/page/PageReferenceValue.php b/includes/page/PageReferenceValue.php
index a242c0da3507..52e9016b6085 100644
--- a/includes/page/PageReferenceValue.php
+++ b/includes/page/PageReferenceValue.php
@@ -51,13 +51,13 @@ class PageReferenceValue implements PageReference {
/** @var string */
private $dbKey;
- /** @var bool|string */
+ /** @var string|false */
private $wikiId;
/**
* @param int $namespace A valid namespace ID. Validation is the caller's responsibility!
* @param string $dbKey A valid DB key. Validation is the caller's responsibility!
- * @param string|bool $wikiId The Id of the wiki this page belongs to,
+ * @param string|false $wikiId The Id of the wiki this page belongs to,
* or self::LOCAL for the local wiki.
*/
public function __construct( int $namespace, string $dbKey, $wikiId ) {