mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: linter
This commit is contained in:
parent
e32e7063bb
commit
e436ad721f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class MockNumber extends Model
|
|||
$this
|
||||
->addRule('number', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Mock phone number for testing.',
|
||||
'description' => 'Mock phone number for testing phone authentication. Useful for testing phone authentication without sending an SMS.',
|
||||
'default' => '',
|
||||
'example' => '+1612842323',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue