From 46df6b13d439592f2c8e353dba76a2e2389dd339 Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sat, 21 Oct 2017 04:27:16 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: Iedc6222900f21df887735d84c1255d6fc1cd82ce --- phpcs.xml => .phpcs.xml | 0 OATHAuthUtils.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/OATHAuthUtils.php b/OATHAuthUtils.php index b9efbe03..b7ee1d45 100644 --- a/OATHAuthUtils.php +++ b/OATHAuthUtils.php @@ -23,7 +23,7 @@ class OATHAuthUtils { * serialization format because $plaintextVars is an array of strings. * @param array $plaintextVars array of user input strings * @param int $userId passed to key derivation functions so each user uses - * distinct encryption and hmac keys + * distinct encryption and hmac keys * @return string encrypted data packet */ public static function encryptSessionData( array $plaintextVars, $userId ) { diff --git a/composer.json b/composer.json index 29a6c4ae..a4c24d49 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": {