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": {