diff --git a/phpcs.xml b/.phpcs.xml similarity index 100% rename from phpcs.xml rename to .phpcs.xml diff --git a/SimpleCaptcha/Captcha.php b/SimpleCaptcha/Captcha.php index d61a6c56e..bc9adf10a 100644 --- a/SimpleCaptcha/Captcha.php +++ b/SimpleCaptcha/Captcha.php @@ -113,7 +113,7 @@ class SimpleCaptcha { * string html - Main HTML * array modules (optional) - Array of ResourceLoader module names * array modulestyles (optional) - Array of ResourceLoader module names to be - * included as style-only modules. + * included as style-only modules. * array headitems (optional) - Head items (see OutputPage::addHeadItems), as a numeric array * of raw HTML strings. Do not use unless no other option is feasible. */ diff --git a/composer.json b/composer.json index 1c8beff7c..71d265912 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", - "mediawiki/mediawiki-codesniffer": "13.0.0", + "mediawiki/mediawiki-codesniffer": "14.1.0", "jakub-onderka/php-console-highlighter": "0.3.2" }, "scripts": {