Skip to content

Commit 3ddd0ce

Browse files
milwad-devgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7a15e48 commit 3ddd0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Rules/ValidPhoneNumberTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function test_all_phone_number_is_valid_by_specific_code()
6565
'phone_se' => [new ValidPhoneNumber(Country::SWEDEN)],
6666
'phone_tr' => [new ValidPhoneNumber(Country::TURKEY)],
6767
'phone_ch' => [new ValidPhoneNumber(Country::CHINA)],
68-
'phone_cm' => [new ValidPhoneNumber(Country::CAMEROON)]
68+
'phone_cm' => [new ValidPhoneNumber(Country::CAMEROON)],
6969
];
7070
$data = [
7171
'phone_ir' => '09125555555',
@@ -85,7 +85,7 @@ public function test_all_phone_number_is_valid_by_specific_code()
8585
'phone_se' => '+46701234567',
8686
'phone_tr' => '+905551234567',
8787
'phone_ch' => '+8613812345678',
88-
'phone_cm' => '+237691234564'
88+
'phone_cm' => '+237691234564',
8989
];
9090
$passes = $this->app['validator']->make($data, $rules)->passes();
9191

0 commit comments

Comments
 (0)