mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-12 01:12:37 +00:00
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:
parent
b247017865
commit
46df6b13d4
|
@ -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 ) {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue