1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

style: fix linter errors

This commit is contained in:
Torsten Dittmann 2022-06-08 16:18:28 +02:00
parent 70c98b0cfc
commit e444ba6886
5 changed files with 13 additions and 13 deletions

View file

@ -842,7 +842,7 @@ App::post('/v1/account/sessions/phone')
->label('abuse-limit', 10)
->label('abuse-key', 'url:{url},email:{param-email}')
->param('userId', '', new CustomId(), 'Unique Id. Choose your own unique ID or pass the string "unique()" to auto generate it. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can\'t start with a special char. Max length is 36 chars.')
->param('number', '', new ValidatorPhone, 'Phone number.')
->param('number', '', new ValidatorPhone(), 'Phone number.')
->inject('request')
->inject('response')
->inject('project')

View file

@ -9,7 +9,7 @@ class Mock extends Phone
/**
* @var string
*/
static public string $defaultDigits = '123456';
public static string $defaultDigits = '123456';
/**
* @param string $from