aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryUsers.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2024-09-07 22:22:13 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2024-09-07 22:22:13 +0200
commit3fca49a1f45fa48d2778cbddb0538b6c0cb4503d (patch)
tree2f7e0cfbd3aac3765806005ba3b230ea6d09e6a0 /includes/api/ApiQueryUsers.php
parente659256efebe478fab1ce5d16b67faa2cccdf5d6 (diff)
downloadmediawikicore-3fca49a1f45fa48d2778cbddb0538b6c0cb4503d.tar.gz
mediawikicore-3fca49a1f45fa48d2778cbddb0538b6c0cb4503d.zip
api: Add missing documentation to class properties
Add doc-typehints to class properties found by the PropertyDocumentation sniff to improve the documentation. Once the sniff is enabled it avoids that new code is missing type declarations. This is focused on documentation and does not change code. Change-Id: I8b33b5f4d91c1935228e7010327dbc6ce138fc00
Diffstat (limited to 'includes/api/ApiQueryUsers.php')
-rw-r--r--includes/api/ApiQueryUsers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php
index f0707d42a735..c60e4f2cb873 100644
--- a/includes/api/ApiQueryUsers.php
+++ b/includes/api/ApiQueryUsers.php
@@ -36,6 +36,7 @@ use Wikimedia\ParamValidator\ParamValidator;
class ApiQueryUsers extends ApiQueryBase {
use ApiQueryBlockInfoTrait;
+ /** @var array<string,true> */
private $prop;
private UserNameUtils $userNameUtils;