diff --git a/ContactPage_body.php b/ContactPage_body.php index 86d2730..5a435e0 100644 --- a/ContactPage_body.php +++ b/ContactPage_body.php @@ -25,6 +25,7 @@ class SpecialContact extends UnlistedSpecialPage { $wgContactConfig['default']['SenderName'] = "Contact Form on $wgSitename"; } } + /** * Constructor */ @@ -33,7 +34,7 @@ class SpecialContact extends UnlistedSpecialPage { } /** - * @see SpecialPage::getDescription + * @inheritDoc */ function getDescription() { return $this->msg( 'contactpage' )->text(); @@ -58,7 +59,7 @@ class SpecialContact extends UnlistedSpecialPage { /** * Main execution function * - * @param $par Mixed: Parameters passed to the page + * @param string|null $par Parameters passed to the page * @throws UserBlockedError * @throws ErrorPageError */ diff --git a/phpcs.xml b/phpcs.xml index 8cafc07..53b90b0 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -2,15 +2,10 @@ - - - . - - vendor - node_modules +