diff options
Diffstat (limited to 'includes/api/ApiParamInfo.php')
-rw-r--r-- | includes/api/ApiParamInfo.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index ef75fc906de8..b95aa317a877 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -33,6 +33,7 @@ use Wikimedia\ParamValidator\ParamValidator; */ class ApiParamInfo extends ApiBase { + /** @var string */ private $helpFormat; /** @var RequestContext */ |