X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fapi%2FApiQueryPagePropNames.php;h=8cd9c6cffab30242e66e8c83e76ed4b6cc2d2813;hb=911d50b022587b966fadf8374b7bd739b7830732;hp=5438175bd651642167a6ea226dc01066ff8c809e;hpb=aa3499760344aca3d5f75800628104afc1cd65e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPagePropNames.php b/includes/api/ApiQueryPagePropNames.php index 5438175bd6..8cd9c6cffa 100644 --- a/includes/api/ApiQueryPagePropNames.php +++ b/includes/api/ApiQueryPagePropNames.php @@ -32,7 +32,7 @@ */ class ApiQueryPagePropNames extends ApiQueryBase { - public function __construct( $query, $moduleName ) { + public function __construct( ApiQuery $query, $moduleName ) { parent::__construct( $query, $moduleName, 'ppn' ); } @@ -102,7 +102,7 @@ class ApiQueryPagePropNames extends ApiQueryBase { } public function getDescription() { - return 'List all page prop names in use on the wiki'; + return 'List all page prop names in use on the wiki.'; } public function getExamples() {