diff options
Diffstat (limited to 'includes/site/Site.php')
-rw-r--r-- | includes/site/Site.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/site/Site.php b/includes/site/Site.php index 3678d7d2c9e1..66577b7233ad 100644 --- a/includes/site/Site.php +++ b/includes/site/Site.php @@ -92,7 +92,7 @@ class Site implements Serializable { * * @since 1.21 * - * @var array[]|false + * @var string[][]|false */ protected $localIds = []; @@ -484,7 +484,7 @@ class Site implements Serializable { * * @since 1.21 * - * @return string|null + * @return int|null */ public function getInternalId() { return $this->internalId; |