1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

chore: fmt

This commit is contained in:
loks0n 2023-11-17 18:12:15 +00:00
parent 61e2b7a787
commit 33f92d9ab3

View file

@ -41,6 +41,5 @@ class PhoneTest extends TestCase
$this->assertEquals($this->object->isValid('+5511552563253'), true);
$this->assertEquals($this->object->isValid('+55115525632534'), true);
$this->assertEquals($this->object->isValid('+919367788755111'), true);
}
}