Use lowercase for primitive type 'string'

Change-Id: I00a825b873b3647fba68a9683a0c0804fec9d2cb
This commit is contained in:
DannyS712 2020-03-20 16:00:36 +00:00
parent 8faf553925
commit bce8776341
2 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ class TOTPEnableForm extends OATHAuthOOUIHTMLForm implements IManageForm {
* The characters of the token are split in groups of 4
*
* @param TOTPKey $key
* @return String
* @return string
*/
protected function getSecretForDisplay( TOTPKey $key ) {
return $this->tokenFormatterFunction( $key->getSecret() );

View file

@ -55,7 +55,7 @@ class OATHUser {
}
/**
* @return String
* @return string
*/
public function getIssuer() {
global $wgSitename, $wgOATHAuthAccountPrefix;
@ -67,7 +67,7 @@ class OATHUser {
}
/**
* @return String
* @return string
*/
public function getAccount() {
return $this->user->getName();