build: Updating mediawiki/mediawiki-codesniffer to 14.1.0

And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: Iedc6222900f21df887735d84c1255d6fc1cd82ce
This commit is contained in:
libraryupgrader 2017-10-21 04:27:16 +00:00
parent b247017865
commit 46df6b13d4
3 changed files with 2 additions and 2 deletions

View file

@ -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 ) {

View file

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