chore: linter

This commit is contained in:
Christy Jacob 2024-06-20 20:02:36 +05:30
parent e32e7063bb
commit e436ad721f

View file

@ -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',
])