diff options
Diffstat (limited to 'includes/api/ApiQueryBlockInfoTrait.php')
-rw-r--r-- | includes/api/ApiQueryBlockInfoTrait.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiQueryBlockInfoTrait.php b/includes/api/ApiQueryBlockInfoTrait.php index 37ee8334ddfb..2ea4de4b8011 100644 --- a/includes/api/ApiQueryBlockInfoTrait.php +++ b/includes/api/ApiQueryBlockInfoTrait.php @@ -83,6 +83,7 @@ trait ApiQueryBlockInfoTrait { /** * @see IContextSource::getUser + * @return User */ abstract public function getUser(); |