From c683a83c29bc4f6a73df331d56e9f33818bdd409 Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sat, 21 Oct 2017 04:19:58 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: I8c46c34b0282294e2f7c3669e4bb86fd9f47906e --- phpcs.xml => .phpcs.xml | 0 SimpleCaptcha/Captcha.php | 2 +- composer.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename phpcs.xml => .phpcs.xml (100%) 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": {